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

https://github.com/filiprokita/passwordgenerator

A simple password generator that creates a random password of a user-specified length, and checks if it meets security requirements. It includes digits, lowercase and uppercase letters, and special characters.
https://github.com/filiprokita/passwordgenerator

bruteforce characters generator good-password hack password password-generator password-strength python python3 rando safety security validation

Last synced: 3 months ago
JSON representation

A simple password generator that creates a random password of a user-specified length, and checks if it meets security requirements. It includes digits, lowercase and uppercase letters, and special characters.

Awesome Lists containing this project

README

          

# PASSWORDGENERATOR
Simple tool that generates passwords that include at least one digit, special character, lowercase and uppercase letter. This program also warns you, when your password is shorter than 8 characters. Developer assume no liability and is not responsible for any damage caused by PASSWORDGENERATOR.



# Usage
1. Run the script
2. Input length of the password you want to generate (must be equal or greater than 4 and should be at least 8)
3. Generated password will be shown in console

# Legal
I assume no liability and I am not responsible for any misuse or damage caused by my software. You are using my software at your own risk!

# Author
Filip Rokita

www.filiprokita.com