Linux – Easy Password Generator
A really useful tool for quickly generating random passwords in Linux is pwgen. Install with sudo apt-get install pwgen (on Debian based systems) and then use pwgen to fill your screen with randomly generated passwords. It’s possible to add params in order to customize your generated passwords. These are listed below. -c Include at least one capital letter in […]