0 Members and 2 Guests are viewing this topic.
why the hell do you scan a Python script for viruses? lol
could you maybe post the source here or somewhere else for us who wants to take a look at it but are too lazy to download it?
No time to try it, but what type of encryption do u use? what key size? etc
if cryptM == "MD5" or cryptM == "md5": MD5() elif cryptM == "B64" or cryptM == "base64" or cryptM == "Base64" or cryptM == "b64": base64() elif cryptM == "B32" or cryptM == "base32" or cryptM == "Base32" or cryptM == "b32": base32() elif cryptM == "B16" or cryptM == "base16" or cryptM == "Base16" or cryptM == "b16": base16() elif cryptM == "sha224" or cryptM == "SHA224": SHA224() elif cryptM == "sha1" or cryptM == "SHA1": SHA1() elif cryptM == "sha256" or cryptM == "SHA256": SHA256() elif cryptM == "Sha384" or cryptM == "SHA384": SHA384() elif cryptM == "sha512" or cryptM == "SHA512": SHA512() elif cryptM == "exit" or cryptM == "Exit": x = 0