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

Function ADLER32

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

Source from the content-addressed store, hash-verified

29 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
30 jerar.append("102040")
31def ADLER32():
32 hs='0607cb42'
33 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
34 jerar.append("102020")
35def CRC32B():
36 hs='b764a0d9'
37 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