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

Function SHA384

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

Source from the content-addressed store, hash-verified

497 jerar.append("118040")
498
499def SHA384():
500 hs='3b21c44f8d830fa55ee9328a7713c6aad548fe6d7a4a438723a0da67c48c485220081a2fbc3e8c17fd9bd65f8d4b4e6b'
501 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
502 jerar.append("119020")
503def SHA384HMAC():
504 hs='bef0dd791e814d28b4115eb6924a10beb53da47d463171fe8e63f68207521a4171219bb91d0580bca37b0f96fddeeb8b'
505 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