isaackatayev / aes-encryption

πŸ”‘ Online AES Encryptor/Decrypter built with Flask and Pycrypto on Python 3

Home Page:https://aesencryption.isaackatayev.repl.co/encrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”‘ 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

About

πŸ”‘ Online AES Encryptor/Decrypter built with Flask and Pycrypto on Python 3

https://aesencryption.isaackatayev.repl.co/encrypt

License:Apache License 2.0


Languages

Language:Python 53.2%Language:HTML 46.8%