Hello
I want to host a script in Python that is able to calc hashes from a text string. I have already written a script like that with a GUI that calcs the md5, sha1, sha224, sha256, sha384 and sha512 hashes but it uses the pycrypto module.
Is this module already installed and if it isn't can I install it ? how ?
Thank you for your precious help.
I want to host a script in Python that is able to calc hashes from a text string. I have already written a script like that with a GUI that calcs the md5, sha1, sha224, sha256, sha384 and sha512 hashes but it uses the pycrypto module.
Is this module already installed and if it isn't can I install it ? how ?
Thank you for your precious help.
