crypt

Using the crypt module in Windows?

Using the crypt module in Windows? Question: In IDLE and Python version 3.3.2, I try and call the python module like so: hash2 = crypt(word, salt) I import it at the top of my program like so: from crypt import * The result I get is the following: Traceback (most recent call last): File “C:noneofyourbusinessadams.py”, …

Total answers: 5