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

https://github.com/stunkymonkey/passworts

a password-generator using the marokov model
https://github.com/stunkymonkey/passworts

Last synced: about 1 year ago
JSON representation

a password-generator using the marokov model

Awesome Lists containing this project

README

          

Passworts
============

Passworts is a password generator written in Python. It is using the marokov model to create passwords out of big dictionaries. You are able to set up length and count of passwords and the program will create passwords.
In May 2014 we started bringing the python script to the web. Therefore we use Flask, a Python web framework.

### Contributors
+ Stunkymonkey
+ main Python script
+ flask integration
+ Friedrich Weise
+ front end design

huge thanks to @ThomasWaldmann for writing the generation part