Atiseug
Results
1
issues of
Atiseug
After Python 3.6 there is password-based key derivation function [scrypt](https://docs.python.org/3/library/hashlib.html#hashlib.scrypt) in a default `hashlib` library. It is better suitable for creation of the key for encryption (e.g. AES which is...
enhancement