Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 848 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 848 Bytes

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.