An implementation of the Master Password© algorithm in Python
Project description
An implementation of the Master Password algorithm in Python.
Master Password is a security product and algorithm by Maarten Billemont, Lyndir (© 2011-2014).
The original that this is a derivative of can be found on GitHub at Lyndir/MasterPassword.
Note that if your Python installation does not come with a hashlib.scrypt function, see here for alternatives.