Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 625 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 625 Bytes

Cryptext

What is it?

Cryptext is a self-destructing messaging service that ensures end-to-end encryption between its users.

How we built it

The app uses RSA encryption to allow for end-to-end security along with Firebase for communication between both endpoints. The Firestore database only stores the information for the duration of time needed for the transaction between both users. The messages are not even stored locally. This is all made to make a messaging platform where users can rest assured no information can be leaked.