Can you recommend a password generator?

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.


Solution 1:

pwgen Install pwgen generates random, meaningless but pronounceable passwords. These passwords contain either only lowercase letters, or upper and lower case mixed, or digits thrown in. Uppercase letters and digits are placed in a way that eases remembering their position when memorizing only the word. .

Install pwgen with the button below:

Install via the software center

e.g.

sudo apt-get install pwgen
pwgen

Solution 2:

apg Install apg

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":

  • Setting maximum percentage of special characters
  • Setting the length of generated passwords
  • Grouping characters
  • Setting a number of passwords to generate
  • Setting a random seed file
  • One Time Pad Generation
  • Printing how many passwords it generated in how many second

To install, run this command:

sudo apt-get install apg

Install and using Apg with this help guide