Skip to content

Upgrade to More Secure Hash - #11

Open
acidburn23 wants to merge 1 commit into
mtingers:masterfrom
acidburn23:master
Open

Upgrade to More Secure Hash#11
acidburn23 wants to merge 1 commit into
mtingers:masterfrom
acidburn23:master

Conversation

@acidburn23

Copy link
Copy Markdown
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.

1 participant