Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 501 Bytes

File metadata and controls

26 lines (17 loc) · 501 Bytes

🔐 Password Generator

A lightweight Bash script that generates strong random passwords using base64.
Perfect for quick generation straight from the terminal.

Features

  • Random password generation using base64 encoding
  • Fast and dependency-free (uses system tools)
  • Easy to customize for length

How To Use

# Make it executable

chmod +x PasswordGen.sh

# Run the script

./PasswordGen.sh

Author

Aboubakr Houta

GitHub Pages