Inspiration
https://www.cryptopp.com/ https://github.com/spencerng/MultiCrypt https://github.com/Drudoo/AES-Encryption http://www.hoozi.com/posts/advanced-encryption-standard-aes-implementation-in-cc-with-comments-part-2-decryption/
What it does
It encrypts a message that the user inputs into a text file which is encrypted using matrix multiplication and the entire text file is encrypted using AES
How I built it
I built the base code with my team, and found code which helped us implement AES
Challenges I ran into
AES did not work
Accomplishments that I'm proud of
We got AES to work
What I learned
AES is very good
What's next for AES Technologies
Cloud storage to upload an encrypted file To decrypt, user needs otp (one time password) to download and decrypt file Account system to store files in cloud
Log in or sign up for Devpost to join the conversation.