
gabe@dev:~/Projects$ cat burrow
Burrow is a a secure CLI messaging application. Featuring end-to-end encryption, and a custom TCP client-server architecture. Implemented a security protocol that ensures all key generation, encryption, and decryption are done client-side, with the server only storing public keys and encrypted data. Built cryptographic algorithms from scratch including AES, RSA, and a prime number generator.
Technologies used: Go, SQL