Ready to use Natural Language Password Generator. Based on the idea that a adj. noun pair is easier to remember then a random generated password, but still harder to brute-force.
Database source: https://github.com/NaturalLanguagePasswords/system
Python versions supported: 3.7+
nlpg
For getting help menu:
nlpg --help
For use in a script:
nlpg -s
Can also be used as a library.
import nlpg
password = nlpg.get_password(pair_len=6)run:
help(nlpg.get_password)for more information on the function.
- Add better support for script mode and multiple passwords.
- Add support for multiple languages.