Skip to content

A shell script that generates secure, random passwords using Base 65 encoding, including a mix of letters, numbers, and special characters for enhanced security.

Notifications You must be signed in to change notification settings

MahdiDbh/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

A shell script that generates secure, random passwords using Base 65 encoding, including a mix of letters, numbers, and special characters for enhanced security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages