This is a simple Bash script that generates a random password of a specified length using openssl
. The password is generated in base64 format and can be easily trimmed to any length.
- Generates a random password based on user input.
- User can specify the password length.
- Uses
openssl rand
for strong random generation.
-
Clone the repository or download the script.
-
Give execute permissions to the script:
chmod +x password.sh