Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 807 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 807 Bytes

Base 65 Password Generator (Shell Script)

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.


🚀 Getting Started

1. Clone the Repository

Clone the repository to your local machine:

git clone https://github.com/MahdiDbh/Password-Generator.git
cd Password-Generator

2. Make the Script Executable

Ensure that the script is executable by running:

chmod +x PasswordGenerator.sh

3. Run the Script

Run the password generator script:

./PasswordGenerator.sh 

This will generate a 16-character password using Base 65 encoding.