[QUOTE=Laptop;15359823]Nice! How did you create these passwords?[/QUOTE]
A generator or incoherently mashing a keyboard.
[QUOTE=a2h;15359845]A generator or incoherently mashing a keyboard.[/QUOTE]
:aaa: His keyboard must be destroyed XP
Some one link me the gen?
I have three passwords which are 7+ characters that are mainly used for MMO accounts, or anything really that needs something long.
I have a one word, short password that I use for most everything else that has seven variations, and none of them are the original word.
Then I have one ass backwards long as fuck password for my SomethingAwful account, which I'm debating making my "main" because no one would fucking guess it. Want a clue? It's a line from a movie. Good luck.
My mom also keeps a password book, which is a physical book with well over 500 passwords in it, some not even valid anymore because the service doesn't exist anymore.
My first password ever was "letsrock" for playing online Duke Nukem 3D. I don't use it anymore tho.
I've never lost an account in my life.
The above is how you really keep your accounts safe.
[QUOTE=Laptop;15359874]:aaa: His keyboard must be destroyed XP
Some one link me the gen?[/QUOTE]
Scroll up.
[QUOTE=a2h;15359886]Scroll up.[/QUOTE]
Well I was thinking more of a app than a web site, you know for those times when you don't have internet on your laptop.
[QUOTE=Laptop;15359908]Well I was thinking more of a app than a web site, you know for those times when you don't have internet on your laptop.[/QUOTE]
KeePass makes nice passwords.
[QUOTE=2598matt;15353547]Lets say that I could get you 1mil gold on WoW, [/QUOTE]
Erm.. I'd hate to derail the thread.. but..
1mil gold?
Are you batshit insane?
[editline]12:38AM[/editline]
[QUOTE=mm3guy;15359267]How would the robber know your parrot's name?[/QUOTE]
Erm, I think this is a sarcastic/satirical(?) post.
If someone broke into your house the last thing you'd be worried about is if he got your FP password.
[editline]12:40AM[/editline]
[QUOTE=2598matt;15353547]
This is my guide to not getting hacked. Be sure to follow it.
[/QUOTE]
K thx captain internet police.
If you're not smart enough to not get hacked you shouldn't be on the internet.
[QUOTE=FunnyBunny;15359916]K thx captain internet police.
If you're not smart enough to not get hacked you shouldn't be on the internet.[/QUOTE]
The person who posted this thread isn't the same person who registered it.
I have 5 password that i use randomly on each site i register.
[QUOTE=AteBitLord;15356839]Here is my info guys:
AteBitLord
*********
if you can figure out the letters you get my password![/QUOTE]
Passwords?
Cookie for whoever guesses how I get passwords like this:
xyctVRBE
q0w9E*R&
I just use my account name as my password for everything.
I make up a code using letters and numbers and then sit there remembering it.
I use several different passwords, a few of them longer/combinations of words, but my main passwords are a combination of numbers and letters.
I mash the keyboard to find my passwords, then memorize them.
[editline]06:15AM[/editline]
[QUOTE=smidge146;15360704]I make up a code using letters and numbers and then sit there remembering it.[/QUOTE]
Heh, ditto.
I have different passwords for how much I care about the account. Around 3 different passwords for low security, 1 or 2 for medium and 1 for high.
My low ones are simple words and my mediums are words and letters and my high is a serial code on my motherboard :v
[QUOTE=Zero Vector;15353584]You should add one that says "Don't put your password in plaintext in source code."[/QUOTE]
Haha I've done that before (but not one of my main passwords as I have about eight to nine).
[QUOTE=ZomBuster;15356855]Ha actually my Paypal password is so complex I just reset every time I need to do a payment[/QUOTE]
LAWL.
This is the most critical mistake. Anyone can break into your house and do the same exact thing, and then hack your account promptly thereafter.
Burglars will care about my account on Steam/whatever else because? If they broke into my house they'd take the entire computer not boot it up to see if there's anything of worth on the hard drive.
[QUOTE=FunnyBunny;15359916]Erm.. I'd hate to derail the thread.. but..
1mil gold?
Are you batshit insane?
[editline]12:38AM[/editline]
Erm, I think this is a sarcastic/satirical(?) post.
If someone broke into your house the last thing you'd be worried about is if he got your FP password.
[editline]12:40AM[/editline]
K thx captain internet police.
If you're not smart enough to not get hacked you shouldn't be on the internet.[/QUOTE]
I direct you to here: [url]http://www.facepunch.com/showthread.php?t=748133[/url]
I use long passwords for stuff i have paid for, medium passwords for personal stuff and a shitty pass for everything including fp
[QUOTE=conman420;15364432]I have different passwords for how much I care about the account. Around 3 different passwords for low security, 1 or 2 for medium and 1 for high.
My low ones are simple words and my mediums are words and letters and my high is a serial code on my motherboard :v[/QUOTE]
brb stealing your motherboard
haha
[url]http://www.facepunch.com/showthread.php?t=748133[/url]
Cracks me up!
[url]http://random.org[/url]
I have a 20-character password from there.
My password used to be 1253839099016048202466, but now it's longer.
I used to have a reallllly easy to guess password, but some shit happened and I decided to change my password too something literally no one would guess. :D
I create all the passwords with this:
[code]Func _Randomize($Length, $Strength = 1)
if $strength < 10 then
$Array = StringSplit("0123456789","")
elseif $strength < 20 Then
$Array = StringSplit("abcdefghijklmnopqrstuvwxyz","")
elseif $strength < 40 Then
$Array = StringSplit("abcdefghijklmnopqrstuvwxyz0123456789","")
elseif $strength < 60 Then
$Array = StringSplit("abcdefghijklmnopqrstuvwxyzABCEDGHIJKLMNOPQRSTUVWXYZ0123456789","")
elseif $strength < 80 Then
$Array = StringSplit("abcdefghijklmnopqrstuvwxyzABCEDGHIJKLMNOPQRSTUVWXYZ0123456789!?;:'[]","")
else
$Array = StringSplit("abcdefghijklmnopqrstuvwxyzABCEDGHIJKLMNOPQRSTUVWXYZ0123456789~!@#$%^&*()_+=-`[]\|}{;':" & '"' & ",./<>?","")
EndIf
$Pass = ""
For $X = 1 to $Length
$Pass &= $Array[Random (1, $Array[0], 1)]
Next
Return $Pass
EndFunc[/code]
Install [url=http://autoitscript.com]AutoIt[/url] and call the code in a script like any function.
[QUOTE=Duckmurderer;15359027][img]http://www.wcvw.org/fark/spaceballs-suck2blow.jpg[/img]
So the combination is... one, two, three, four, five? That's the stupidest combination I've ever heard in my life! The kind of thing an idiot would have on his luggage![/QUOTE]
Well I've got to change the combination on my luggage, then.
-snip-
You guys are aware that numeric passwords are 2.6 times less secure than alphanumeric passwords of the same length?
Sorry, you need to Log In to post a reply to this thread.