Sum-check_python A simple Python application to compute and compare file hashes using various algorithms (MD5, SHA-1, SHA-256, SHA-512). The app supports copying computed hashes to the clipboard, ...
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 ...