This was a basic web application I created to demonstrate three well-known encryption methods: one that is outdated (Caesar Cipher) and two that are used extensively in our society.
Through creating this project, I was able to learn more about the inner workings of the three encryption protocols, see how to implement the protocols in Golang, as well as refresh my memory on React TypeScript and Golang.
You can play around with the web app at: https://encyption-methods.onrender.com/
- Caesar Cipher
- Advanced Encryption Standard (AES)
- Rivest-Shamir-Adleman (RSA)
Frontend: React + TypeScript
Backend: Golang (Go)
Deploy: Heroku