You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yeah this was happening because you were attempting to run this using python3. I've decided to dust off the ole script and update it to python 3 as well. Took more time than I expected, but it was fun. Hope you like it!
When I execute the code, it shows the following:
C:\Users\Mike\Documents\Fun\PKGenerator_Checker>python PkMaker.py
Traceback (most recent call last):
File "PkMaker.py", line 65, in
pk = os.urandom(32).encode("hex")
AttributeError: 'bytes' object has no attribute 'encode'
Any idea?
The text was updated successfully, but these errors were encountered: