Mercurial > hg > anonet-resdb
view contrib/splicex/src/deshadow.pyx @ 1104:5016f753b47a draft
this is a commit
author | chisquare <chisquare@i2pmail.org> |
---|---|
date | Tue, 16 Apr 2013 03:14:29 +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")