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

Function CRC32

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

Source from the content-addressed store, hash-verified

25 jerar.append("101060")
26
27def CRC32():
28 hs='b33fd057'
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:

Callers 1

string_decode.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected