https://github.com/the-universal-linux-society/pswd-gen
Simple, strong and secure, randomized password generator
https://github.com/the-universal-linux-society/pswd-gen
bash bash-script linux password password-generator passwords random-generation
Last synced: about 2 months ago
JSON representation
Simple, strong and secure, randomized password generator
- Host: GitHub
- URL: https://github.com/the-universal-linux-society/pswd-gen
- Owner: the-universal-linux-society
- License: mit
- Created: 2024-03-07T20:32:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T21:35:57.000Z (over 2 years ago)
- Last Synced: 2025-01-29T17:13:34.272Z (over 1 year ago)
- Topics: bash, bash-script, linux, password, password-generator, passwords, random-generation
- Language: Shell
- Homepage: https://www.facebook.com/people/The-Universal-Linux-Society/61556792014556/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pswd-gen
Simple, strong and secure, randomized password generator.


This tool generates strong and secure passwords using a randomized algorithm.
NO input required, just run the script and it will generate a 12 digital password, using a mixture of numbers, letters and symbols.
### Features:
> Randomized algorithm for generating unique passwords.
> Easy to use design, with no input required.
### Usage:
> clone the repo to your desktop.
> chmod +x pswd-gen.sh
> ./pswd-gen.sh
Modify the script to change password length if required, ive set the default length to 12 characters.