TypeError를 수정하는 방법 : 해시하기 전에 유니 코드 개체를 인코딩해야합니까?
이 오류가 있습니다. Traceback (most recent call last): File "python_md5_cracker.py", line 27, in <module> m.update(line) TypeError: Unicode-objects must be encoded before hashing 파이썬 3.2.2 에서이 코드를 실행하려고 할 때 : import hashlib, sys m = hashlib.md5() hash = "" hash_file = input("What is the file name in which the hash …