A simple shell script to generate secure passwords using Base 65 encoding. This script creates random passwords based on Base 65 characters, which includes a wide variety of symbols, letters, and numbers, making it ideal for secure password generation.
Clone the repository to your local machine:
git clone https://github.com/MahdiDbh/Password-Generator.git
cd Password-Generator
Ensure that the script is executable by running:
chmod +x PasswordGenerator.sh
Run the password generator script:
./PasswordGenerator.sh
This will generate a 16-character password using Base 65 encoding.