Tag Archive for 'password'

Flixwagon has a maximum password length

Flixwagon has a minimum password length. This is a good idea for security (the longer the password, the harder it is to guess). Flixwagon also has a maximum password length. This is horrible for security, and I refuse to believe that there is a good technological restriction which requires them to do this.

I’ve written to them asking for the reason, I’ll post on this blog when I get a response.

Random password generator

date +%s | md5 | cut -c -12

Okay, the consensus in the comments seems to be that this does not make great passwords. I’m happy with its level of randomness, but of course I agree that only numbers and lowercase letters does not provide for maximum security.

Looks like there is a password generating program called pwgen, or to generate acceptably random passwords without installing extra software:

openssl rand 9 -base64

(btw– my purpose here is to generate passwords for things like mysql accounts, so they do not need to be human-memorable)




Close
Powered by ShareThis
All of mp3