Skip to content

tacozMacleo/NaturalLanguagePasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language Password Generator

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+

CLI Use case:

nlpg

For getting help menu: nlpg --help

For use in a script: nlpg -s

Package:

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.

TODO:

  • Add better support for script mode and multiple passwords.
  • Add support for multiple languages.

About

A ready to use Natural Language Password Generator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages