Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 719 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 719 Bytes

Server

An onion routing system for decrypting RSA/AES encrypted messages (votes), and performance testing them in comparison to non-encrypted messages. The first server receives the message from an Android app. The servers then decrypt the outmost layer of encryption at the time of receiving a message, and then forward them to the next server in the system until the message reaches a server hosted on an Android app. The report written on the project can be found here. The app connected to the onion routing system can be found here