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

https://github.com/tsvikas/passphrase

generate a passphrase
https://github.com/tsvikas/passphrase

passphrase-generator password-generator python-scripts security-tools

Last synced: about 2 months ago
JSON representation

generate a passphrase

Awesome Lists containing this project

README

        

# Tools for passphrases

`create_wordlist.py`
Create a short wordlist from eff_large, with the most common words

`entropy.py`
Calculate entropy of a number, and display cracking time for various rates

`passphrase.py`
Create a wordlist from common words, and choose a random passphrase from it.