I was hoping someone could recommend a good password generator.
Extra props to the person who can name one that gives you a mnemonic to remember it as well.
|
I was hoping someone could recommend a good password generator. Extra props to the person who can name one that gives you a mnemonic to remember it as well. |
||||
|
Aberystwyth University has a pretty hardcore mnenomic-passsword generator. http://www.aber.ac.uk/cgi-bin/user/syswww/gw/mnemonic Generates evil password like this:
Interesting work. You might like to email their sysops to see if the script behind it is freely available (and if it's not, whether they'd consider GPLing it) Edit: Looking at the output a little more cafefully, this would not be hard to code. You'd just need several dictionaries to feed it. |
|||||||||
|
|
e.g.
|
||||
|
|
|
APG is the Advanced Password Generator. The software is used to automatically generate new passwords for whatever use you feel like putting it to. Here are some key features of "APG":
Install and using Apg follw this help guide |
||||
|
|
|
The results are more hideous even than apg or pwgen (even with the
I suspect your use case if different, but this kind of thing is useful for shared secret keys, and other kinds of passwords that you don't type in very often. However, you will at some point probably appreciate applications (like pwgen, KeePassX or LastPass) that give you an option to avoid easily confusable characters, like Stil,
This is nuts, of course. You probably know when this is useful or not. And it's certainly better than using 'Pa$$w0rD' for everything. If in doubt, create a longer password, or pass your generated password as input to another generator, or use multi-factor authentication. |
||||
|
|
|
I use |
|||
|
|
|
SuperGenPass is a bookmarklet solution originally intended for website logins, but it can easily be used for applications, too. It uses a master password plus the current domain name (or application name, if you like) to generate 10-character passwords like I keep a bookmarklet in each of my browsers, and on my cell phone (works offline, too!). It's very convenient. If you're "brave" then you could even hardcode the master password into the bookmarklet. |
|||
|
|
|
Keypass has a built in password generator. Generate your new password and remember it with the same tool. |
|||||
|
|
Try the password card. You carry it in your wallet and you remember two symbols and a color. You read the letters / numbers between the symbols along a color line, or make up any algorithm that you can remember. The site generates a random card for you.
|
|||
|
|
|
I use FPM2 (figaro) password manager. No mnemonics, but you have a password generator, and you just have to keep in mind one password. Simply search it in Software Center. Or, if you like a "low-tech" but ingenious solution, you can watch at this: http://www.passwordcard.org/en |
||||
|
|
|
I got some pretty good feedback with brain-generated passphrases.
Alas it's not a free generator, because it works better with a cup of coffee, nor is it open-source (but kinda difficult to hack). |
|||
|
|
|
Here's a JavaScript bookmarklet. It will ask for the length and then create the password. Just create a new bookmark with the following address:
For those interested, the above bookmarklet was using the below code, minified with Closure Compiler:
|
||||
|
|
I found a good website with a few interesting options for password generation, strength testers etc. It is prints the password out as mnemonic. It isn't flawed terribly like some of the major websites that people are currently using for password generation and testing. |
|||
|
|
|
I use and recommend Password Generator |
|||
|
|
|
Has Revelation been considered? Not only will it generate the password, it will assist in keeping track of them. |
|||
|
|
|
If you don't want or can't install anything, you can just use simple bash script for generating passwords, among other things, it can generate truly random passwords. You can find it here: https://github.com/lyonya20011/passwords |
|||||
|
|
http://www.random-password.co.uk is a free online generator? |
|||||||||
|
'echo "random" | md5sum':) – Nathan Osman Feb 7 '11 at 0:41echo 'keyword' | sha1sum– Marco Ceppi♦ Feb 7 '11 at 14:12