Pages:
Author

Topic: Regarding passwords - page 2. (Read 2726 times)

newbie
Activity: 24
Merit: 0
July 09, 2011, 12:03:18 PM
#9
+1 for KeePass!
You can also have it require both a key file and a password to unlock... so it's much harder (read impossible) to easily brute force.
newbie
Activity: 56
Merit: 0
July 09, 2011, 11:29:20 AM
#8
KeePass is pretty nice for long random pass that you don't have to remember. It just needs one offline password to open your key database files, which are encrypted.
legendary
Activity: 1400
Merit: 1009
July 09, 2011, 11:21:59 AM
#7
Is Lastpass.com a good idea?
I've never had any problems with LastPass. I've even used the one-time password feature to access my account while traveling internationally without ever having it compromised.
full member
Activity: 142
Merit: 100
BTC- Its not a bubble.
July 09, 2011, 10:38:23 AM
#6
Is Lastpass.com a good idea?
full member
Activity: 168
Merit: 103
June 29, 2011, 10:27:51 AM
#5
...take a phrase ie ilikepudding as an example

add some caps

IlikePuDDing

add some numbers

I8LikePuDDing8

Add some special symbols

I8Lik#PuDD!ng8

Throw in an alt code or 2

§╒ª◘


I8Lik#PuDD!ng8§

If you do all that you will be legit  Cool


That's not secure. That would work for an online login, because it can limit the number of trials an attacker can make.

You should not use such for encryption of wallets!
hero member
Activity: 630
Merit: 500
Posts: 69
June 29, 2011, 10:22:42 AM
#4
They're undoubtedly (probably) secure passwords, but they seem hard to remember. I mentioned this in another thread, but another option aside from including uppercase, lowercase, numbers and symbols is to create a long password with just plain English words, which are much easier to remember. Check out http://www.diceware.com for example. Long passwords result in exponential growth in complexity, rather than just polynomial growth by including more symbols.

And easier to remember.

QWERTY12345 when you can remember a formula of "QWERTY12345x3" knowing the password is QWERTY12345QWERTY12345QWERTY12345

I like this theory.  Stoners do too.
full member
Activity: 168
Merit: 103
June 29, 2011, 10:16:49 AM
#3
Use OpenSSL to get better (cryptographically strong) random numbers.

like this:
Code:
$ openssl rand -base64 12
VSvl9WFLu7Y7bOR8

But note that you get 6 bits of information per character, because there are 2^6 = 64 possible chars.
newbie
Activity: 28
Merit: 0
June 29, 2011, 10:12:06 AM
#2
They're undoubtedly (probably) secure passwords, but they seem hard to remember. I mentioned this in another thread, but another option aside from including uppercase, lowercase, numbers and symbols is to create a long password with just plain English words, which are much easier to remember. Check out http://www.diceware.com for example. Long passwords result in exponential growth in complexity, rather than just polynomial growth by including more symbols.
hero member
Activity: 721
Merit: 503
June 29, 2011, 07:12:01 AM
#1
I'm pondering using this as a method to generate passwords, would anyone care to critique it for me?
http://sprunge.us/UKAg
Pages:
Jump to: