An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# pswd-gen
Simple, strong and secure, randomized password generator.

![password-gen](https://github.com/the-universal-linux-society/pswd-gen/assets/161962528/2ea17fcd-c0e8-4d72-9c33-4dffa4130816)
![password-code](https://github.com/the-universal-linux-society/pswd-gen/assets/159959630/35df506b-28a3-44eb-bc9f-e8aeb0569e02)

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.