shlu's note

通过秘钥获取原始秘钥

import hashlib

print(hashlib.pbkdf2_hmac('sha1',b'password',b'salt', 64000, 32).hex())

声明:转载请注明出处,原文地址:shlu's note