python hash module 썸네일형 리스트형 Hash Script # -*- coding: cp949 -*- # hash.py # Md5, SHA, Base64에 관하여 동작하는 스크립트 입니다 # 한번에 여러 값을 동시에 hash 할 수 있습니다. # Made By MaJ3stY from hashlib import * from base64 import * import sys if __name__ == "__main__": print ''' HI! You want to Service choice 1. Md5 hash 2. Sha1 hash 3. Sha224 hash 4. Sha256 hash 5. Sha384 hash 6. Sha512 hash 7. Base64 Encode 8. Base64 Decode 9. World Exit usage : python [file] .. 더보기 이전 1 다음