https://github.com/mark-codes-stuff/password_generator
A simple password generator using a safe word list
https://github.com/mark-codes-stuff/password_generator
Last synced: 17 days ago
JSON representation
A simple password generator using a safe word list
- Host: GitHub
- URL: https://github.com/mark-codes-stuff/password_generator
- Owner: mark-codes-stuff
- License: mit
- Created: 2026-05-31T15:49:24.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-31T15:57:21.000Z (about 1 month ago)
- Last Synced: 2026-06-14T15:40:15.038Z (17 days ago)
- Language: PowerShell
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# password_generator
A simple password generator using a safe word list
## What is this?
This is a simple password generator that will generate a password of 14 or 15 characters in length, with a capital letter at the start and a number at the end. The word list has been filtered to remove inappropriate words.
## How to use
Make sure the wordlist.txt is in the same directory as the .ps1 file. Just right-click the .ps1 file and Run with PowerShell and it'll do the rest. From here you can highlight the password to copy it out.