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

Function CRC16

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

Source from the content-addressed store, hash-verified

12# hash.isalnum() alfanumerico
13
14def CRC16():
15 hs='4607'
16 if len(hash)==len(hs) and hash.isalpha()==False and hash.isalnum()==True:
17 jerar.append("101020")
18def CRC16CCITT():
19 hs='3d08'
20 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