Jared's Cryptography Library

This is my personal Cryptography Library. Currently it only supports cryptography using Caesar's Cipher. Over time, I will be adding more advanced ciphers and algorithms. The library is written in C. The front end UI is written with Next.js. The backend is written inTypescript (Node)and Express.js. Child_Process is being used to connect my backend with the C library I built.

Source Code