Skip to content

isaackatayev/aes-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”‘ AES Encryptor and Decryptor

By Isaac Katayev

I made this for a math research paper in my 2021-2022 school year. It takes in an IV (that is 16 bytes/characters long) and a AES-128 key and encrypts plaintext, then converts the result to Base64.

Made in Python 3 and depends on Flask (web server), Pycrypto, and BS4. Uses HTML and CSS for templates.

Deploy to Replit:

Run on Repl.it