Inspiration

Encrypting your entire phone takes up your battery life faster than it should. The main point of the app was to increase privacy without needing to increase hassle.

What it does

Recursively encrypts file directories that you choose to encrypt. All of the encryption is done inside of the phone, and no external APIs are called. Uses signature validation to assert provenance of the files.

How we built it

All in java.

Challenges we ran into

  • How can we securely store generated public / private key pairs used to sign directories of choice
  • How often should we assert provenance of files

What we learned

Lots :)

Share this project:

Updates