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.
- Host: GitHub
- URL: https://github.com/filiprokita/passwordgenerator
- Owner: FilipRokita
- Created: 2021-12-04T01:07:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:24:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T21:33:38.365Z (7 months ago)
- Topics: bruteforce, characters, generator, good-password, hack, password, password-generator, password-strength, python, python3, rando, safety, security, validation
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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