View Full Version : Nine Quick Password Tips by OP
OptimusPrime
August 27th, 2011, 01:30 AM
1. Remember to use as many characters as possible, with a minimum of six to eight.
2. Try to add numbers as well as letters. If possible, try using symbols such as * , #, $.
3. If you can try to randomly capitalize letters if the password is case-sensitive. e.g. MnIb12
4. Remember to avoid using your name (that's the most common mistake), or the names of your friends or family members, and don't use your birthday, address, phone number or any other things that people may know about you.
5. If possible avoid using an actual word from any language that can be found in an dictionary.
6. Use a different password for all your different login's. Your email account password and your VT password should be different for example.
7. Try to change your password every three to six months, especially if your account gives you access to personal information.
8. Try to find an easy way to remember your password. If you can, try to avoid writing it down.
9. Don't share your password with anyone.
Azunite
August 27th, 2011, 04:29 AM
Thanks for the tips man! I get hacked every week but now I can follow these tips and make my accounts safe! Oh my god thank you soooo much!
OptimusPrime
August 27th, 2011, 04:30 AM
Just be careful that your password is not easy to guess. That is what you should be doing. I know so many people who have their name as their password.
UnknownError
August 27th, 2011, 04:39 AM
My password is "password"
Azunite
August 27th, 2011, 06:26 AM
Just be careful that your password is not easy to guess. That is what you should be doing. I know so many people who have their name as their password.
The hell? I was being sarcastic, for me this is a useless thread.
AutoPlay
August 27th, 2011, 06:34 AM
i just use a random string and keep them all on a protected notepad file on a bitlocker encrypted drive :)
Infidelitas
August 27th, 2011, 06:38 AM
Just be careful that your password is not easy to guess. That is what you should be doing. I know so many people who have their name as their password.
My password is 'trolled'
Jess
August 27th, 2011, 11:56 AM
I've been using one password for many many sites for so long. only a few sites I have different passwords...
but thanks for the tips
Commander Thor
August 27th, 2011, 12:14 PM
And.... Covered by xkcd:
http://imgs.xkcd.com/comics/password_strength.png
:P
Vonn
August 27th, 2011, 12:25 PM
There are only nine tips. Is the last one a secret?
Sebastian Michaelis
August 27th, 2011, 01:20 PM
Ha ha I think it would take people a while to get my password. It's ****************************************** Im not joking each asterisk represents a letter/number in my password and it isnt written down and i remember it all. and all 42 letters/numbers are 100% random
Bath
August 27th, 2011, 01:22 PM
Ha ha I think it would take people a while to get my password. It's ****************************************** Im not joking each asterisk represents a letter/number in my password and it isnt written down and i remember it all. and all 42 letters/numbers are 100% random
I call bullshit. Most websites won't allow you to have more than 16 characters.
TheMatrix
August 27th, 2011, 01:38 PM
I use a common prefix and the last 3 numbers vary from site to site.
If you knew enough about me, you'd be able to guess the prefix just like that. ;)
Jess
August 27th, 2011, 03:48 PM
Ha ha I think it would take people a while to get my password. It's ****************************************** Im not joking each asterisk represents a letter/number in my password and it isnt written down and i remember it all. and all 42 letters/numbers are 100% random
wow o_O why would you want a password that long? :P
Skyhawk
August 27th, 2011, 04:54 PM
wow o_O why would you want a password that long? :P My spotify password that I never use is nearly as long as that for the hell of it.
OP: *cough* http://www.randompassword.com/ *cough*
OptimusPrime
August 27th, 2011, 04:56 PM
Some people have no brains when it comes to random password generators. I have a friend who was on one of those sites for an hour figuring out how to do it...
Again, they're my tips from a while. Every other forum I've posted it at appreciated my tips.
Scarface
August 27th, 2011, 05:13 PM
Some people have no brains when it comes to random password generators. I have a friend who was on one of those sites for an hour figuring out how to do it...
Again, they're my tips from a while. Every other forum I've posted it at appreciated my tips.
Well this is Virtual Teen, we're not every other forum. Some will appreciate things, but to be honest. Making a password is a personal thing. Being smart about your password should be their responsibility :P
Azunite
August 28th, 2011, 04:28 AM
Every other forum I've posted it at appreciated my tips.
Oh yeah. But you see, we are not any forum, we are a community made of smart people.
OptimusPrime
August 28th, 2011, 04:31 AM
LOL that makes me wonder sometimes :)
Azunite
August 28th, 2011, 11:49 AM
LOL that makes me wonder sometimes :)
Hahahahaa, I see what you did there. Be careful kid.
Oooops sorry your age says you are 19. Oh well...
BOBBY HILL
August 29th, 2011, 12:27 AM
shit son totally original never heard these tips before
TheMatrix
August 29th, 2011, 12:44 AM
Keep it nice, or I will have to lock.
Dack
August 29th, 2011, 12:54 AM
Most sites don't encode your password at all, but instead store it in a database with all the others. Admins usually don't have access for security reasons, but the fact still remains.
I try to make passwords that remain easy to remember but are hard to guess unless you really know me well.
Skyhawk
August 29th, 2011, 12:57 AM
Some people have no brains when it comes to random password generators. I have a friend who was on one of those sites for an hour figuring out how to do it...
Again, they're my tips from a while. Every other forum I've posted it at appreciated my tips.
Well, when you connect to that website there is text riiiiight there, even bolded with a caption above: "This is your newly generated password:"
If your friend didn't know how to use that, I'm honestly scared.
Vonn
August 29th, 2011, 01:00 AM
There are still only nine. At least throw another one in there.
TheMatrix
August 29th, 2011, 01:07 AM
Most sites don't encode your password at all, but instead store it in a database with all the others. Admins usually don't have access for security reasons, but the fact still remains.
No.....
Well, some sites do that(from what I've noticed, it's usually Microsoft coders. Heck, my school uses a site where on the "Change password" page, the current password is in the source. Apparently, they got rickrolled several times :P
But that's off-topic.
Anyways, it's mostly like this:
When you enter the password into the site to register, it hashes that password using MD5 or SHA1(usually).
That hash is stored in the database
When you log in, the password you entered is again hashed, and the 2 values(your entry and the database value) are compared. If they are the same, it lets you in. Otherwise, it balks, saying that the passwords do not match
Quite simple, really.
There are still only nine. At least throw another one in there.
Yeah. Or should I change the title?
Vonn
August 29th, 2011, 01:10 AM
Yeah. Or should I change the title?
That's up to OP.
OptimusPrime
August 29th, 2011, 01:13 AM
Edited the title.
TheMatrix
August 29th, 2011, 01:15 AM
Edited the title.
No you didn't, just the OP.
You know what, I'll just change it for you.
Azunite
August 29th, 2011, 04:37 AM
The title still remains the same..?
Infidelitas
August 29th, 2011, 04:39 AM
The title still remains the same..?
Nine Quick Password Tips by OP
Its changed
TheMatrix
August 29th, 2011, 06:30 PM
The title still remains the same..?
For all of the posts before the change, yes, because I have no time or will to change that. The people who replied can change it, if they so choose.
AllThatYouDreamed
August 30th, 2011, 07:25 PM
And.... Covered by xkcd:
image (http://imgs.xkcd.com/comics/password_strength.png)
:P
xkcd saves the day again. But if you could *remember* both together(the 'random words' and the 'random number/case), that's even better no?
OptimusPrime
August 30th, 2011, 07:26 PM
Okay guys tips are tips. I'm not going to give you any special treatment they are just tips. Use them or don't. Okay? Good.
Vonn
August 30th, 2011, 07:38 PM
I've seen a lot of your tips on some websites' registration page. The rest are pretty much common sense. But they're lovely tips. Thank you for sharing.
Sebastian Michaelis
August 31st, 2011, 05:31 AM
I call bullshit. Most websites won't allow you to have more than 16 characters.
No, I'm serious. I memorized 19 letters and numbers first then added more. And most let me do twenty so I just use the 19 one and if not I have a back up. The big one is to get on my computer.
vBulletin® v3.8.9, Copyright ©2000-2021, vBulletin Solutions, Inc.