사용할 코드

언어/python2017. 4. 9. 00:07
from passlib.hash import md5_crypt
s = md5_crypt.using(salt="eaO7.vqq").hash('1234')
#h = md5_crypt.hash("1234", s)

print s


'언어 > python' 카테고리의 다른 글

네트워크 패킷 날리는 코드  (0) 2017.07.30
Hill 암호 [ 힐 암호, 암호 ]  (0) 2017.07.25
행렬 더하기  (0) 2017.04.07
gcd , lcm  (0) 2017.02.08
beak40101  (0) 2017.01.19