This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
Experimental password KDF using AES256-CBC. | |
Written by Trevor Perrin. | |
Hereby placed in the public domain. | |
Thanks to Joe Bonneau and Marsh Ray for feeback. | |
Requires pycrypto. Try "easy_install pycrypto". | |
Ex: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |