crypter icon indicating copy to clipboard operation
crypter copied to clipboard

Crypter in Python 3 with advanced functionality, Bypass VM, Encrypt Source with AES & Base64 Encoding | Evil Code is executed by bruteforcing the decryption key, and then executing the decrypted evil...

Results 12 crypter issues
Sort by recently updated
recently updated
newest added

Can this work directly with execs? or is there a flow to switch the exe to a py script then crypt it?

Traceback (most recent call last): File "C:\Users\skibidi\Desktop\crypter-master\Crypter.py", line 1, in import Base64_encode, AES_encrypt, shutil File "C:\Users\skibidi\Desktop\crypter-master\AES_encrypt.py", line 1, in from Crypto import Random ModuleNotFoundError: No module named 'Crypto'