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

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

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.