Closed kotval closed 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 .
Renamed the Module
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.