PushpenderIndia / crypter

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 code
326 stars 74 forks source link

Base64 Encryption? #2

Closed kotval closed 4 years ago

kotval commented 4 years ago

You should change the name of the function for Base64. There is a reason you used the python function called encode, not encrypt. Base64 is not encryption, simply encoding.

PushpenderIndia commented 4 years ago

I know that, I initially coded the AES module then i just make clone of AES module and edited it make new module for base64

Name hardly matter, Will change it whenever i update it with new feature

On Wed, 20 May, 2020, 3:16 AM kotval, notifications@github.com wrote:

You should change the name of the function for Base64. There is a reason you used the python function called encode, not encrypt. Base64 is not encryption, simply encoding.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Technowlogy-Pushpender/crypter/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYIUUXI4TJNQ5K42LMM3RSL42NANCNFSM4NFMA5DA .

PushpenderIndia commented 4 years ago

Renamed the Module