gabe@dev:~/Projects$ cat filesharer
File Sharer is a "secure" file sharing application, that allows users to upload, download, and share files securey. It does this by first encrypting the file's data via AES, then it encrypts the 192-bit symmetric key through RSA using a 2048-bit key. This program also includes an account creation system, and stores all passwords as hashes. All prime numbers are generated through a Miller Rabin primality test.
Technologies used: Java, SQL