here is sample python code for this algo from binascii import hexlify from hashlib import sha1 password = b'hashcat' salt = b'232725102020' sth = salt + ...
確定! 回上一頁