Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to More Secure Hash #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

acidburn23
Copy link
Contributor

MD5 are not considered reliable anymore. The present approach upgrades The Lib to use SHA512 to Generate Secure Hash and if there is a need for extreme secure measure Enable the comment for "pbkdf2_hmac" and it can even provide security against Brute Force attacks.
More Information here:
About pbkdf2_hmac : https://docs.python.org/2/library/hashlib.html#hashlib.hashlib.algorithms
MD5: https://security.stackexchange.com/questions/19906/is-md5-considered-insecure, https://stackoverflow.com/questions/16713810/how-secure-is-md5-and-sha1

MD5 are not considered reliable anymore. The present approach upgrades The Lib to use SHA512 to Generate Secure Hash and if there is a need for extreme secure measure Enable the comment for "pbkdf2_hmac" and it can even provide security against Brute Force attacks.
More Information here:
About pbkdf2_hmac : https://docs.python.org/2/library/hashlib.html#hashlib.hashlib.algorithms
MD5: https://security.stackexchange.com/questions/19906/is-md5-considered-insecure, https://stackoverflow.com/questions/16713810/how-secure-is-md5-and-sha1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant