A lightweight Bash script that generates strong random passwords using base64.
Perfect for quick generation straight from the terminal.
- Random password generation using base64 encoding
- Fast and dependency-free (uses system tools)
- Easy to customize for length
# Make it executable
chmod +x PasswordGen.sh
# Run the script
./PasswordGen.shAboubakr Houta