Skip to content

PBKDF2 from Python's built-in (as of 2.7.8 and 3.4) hashlib.pbkdf2_hmac implementation, a fast version of which is available with OpenSSL

License

Notifications You must be signed in to change notification settings

magicpi/PBKDF2-Python-Builtin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PBKDF2-Python-Builtin

PBKDF2 example from Python's built-in (as of 2.7.8 and 3.4) hashlib.pbkdf2_hmac implementation, a fast version of which is available with OpenSSL

Works with at least Python 2.7.8 on Linux, and PyInstaller can turn it into a Windows executable.

To run, you'll need to download Python 2.7.8 or higher - you can get this from http://www.python.org/download/ for Windows and MacOS, or with something like "sudo apt-get install python" for Debian Linux.

About

PBKDF2 from Python's built-in (as of 2.7.8 and 3.4) hashlib.pbkdf2_hmac implementation, a fast version of which is available with OpenSSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.3%
  • Python 2.7%