view contrib/splicex/src/deshadow.pyx @ 1067:35abad495280 draft

new file: contrib/ebuilds/quicktun-2.1.7.ebuild
author Anonymous Coward <nobody@nowhere>
date Sat, 01 Dec 2012 21:44:07 +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")