view contrib/splicex/src/deshadow.pyx @ 1182:135e7c234e24 draft

updated them to have no out-of-zone data.
author epoch <epoch@hacking.allowed.ano>
date Mon, 06 Jul 2015 14:28:19 +0000
parents dc8f88270f6a
children
line wrap: on
line source

#!PYTHON
import sys; sys.tracebacklimit = 0
from crypt import crypt
TestHash = crypt(sys.argv[1], sys.argv[2])
HashValue = sys.argv[3]
if TestHash.__contains__(HashValue):
 print("SHADOW CRACKED")