HI, I need to use crypt 3 and use this line:
python -c 'import getpass,crypt,random,string; print 
crypt.crypt(getpass.getpass(), "".join(random.sample(string.ascii_letters + 
string.digits, 8)))'
but over windows, what do I have to install, and how do I have to use it?

Responder a