MCPcopy Create free account
hub / github.com/AnasAboreeda/Penetration-Testing-Study-Notes / SHA512

Function SHA512

archive/scripts/string_decode.py:519–522  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

517 jerar.append("121020")
518
519def SHA512():
520 hs='ea8e6f0935b34e2e6573b89c0856c81b831ef2cadfdee9f44eb9aa0955155ba5e8dd97f85c73f030666846773c91404fb0e12fb38936c56f8cf38a33ac89a24e'
521 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
522 jerar.append("122020")
523def SHA512HMAC():
524 hs='dd0ada8693250b31d9f44f3ec2d4a106003a6ce67eaa92e384b356d1b4ef6d66a818d47c1f3a2c6e8a9a9b9bdbd28d485e06161ccd0f528c8bbb5541c3fef36f'
525 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:

Callers 1

string_decode.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected