https://github.com/emadasefi/generated-password
This Bash script is a simple yet effective password generator that allows users to create secure passwords of a specified length. It supports both Persian and English languages, making it accessible to a wider audience.
https://github.com/emadasefi/generated-password
Last synced: 3 months ago
JSON representation
This Bash script is a simple yet effective password generator that allows users to create secure passwords of a specified length. It supports both Persian and English languages, making it accessible to a wider audience.
- Host: GitHub
- URL: https://github.com/emadasefi/generated-password
- Owner: emadasefi
- License: mit
- Created: 2024-10-02T16:31:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T13:52:55.000Z (6 months ago)
- Last Synced: 2024-12-07T14:28:18.446Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Password Generator Script
====================================
This Bash script is a simple yet effective password generator that allows users to create secure passwords of a specified length. It supports both Persian and English languages, making it accessible to a wider audience.## ▚ Features
Language Selection: The script prompts users to choose their preferred language (English or Persian) at the start.
Password Length Input: Users can specify the desired length of the passwords they wish to generate.
Input Validation: The script includes input validation to ensure that the provided password length is a valid number, enhancing user experience by preventing errors.
Password Generation: Using the openssl command, the script generates three random passwords based on the specified length. The passwords are encoded in Base64 and truncated to the desired length for security.
Output Display: The generated passwords are displayed in a visually appealing format, with color-coded output for better readability.
## ▚ How It Works
## — Feedback ❤️—
Please leave a comment if you have any comments, suggestions or problems.