Skip to content

the-universal-linux-society/pswd-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pswd-gen

Simple, strong and secure, randomized password generator.

password-gen password-code

This tool generates strong and secure passwords using a randomized algorithm. NO input required, just run the script and it will generate a 12 digital password, using a mixture of numbers, letters and symbols.

Features:

Randomized algorithm for generating unique passwords.

Easy to use design, with no input required.

Usage:

clone the repo to your desktop.

chmod +x pswd-gen.sh

./pswd-gen.sh

Modify the script to change password length if required, ive set the default length to 12 characters.