Skip to content

arshx86/unseen

Repository files navigation

unseen

E2E encrypted note sharing service.

image image

Features

  • E2E Encryption
  • Expiration Duration
  • Burn after read

E2E

Random encryption key is generated at client side and stored in url hash for decrypt, the encryption key and raw content never being sent to the server, server stores IV and encrypted content only. Thus we follow E2E practices. Encryption is done with tweetnacl's secretbox API.

Stack

Run locally

Configure .env for MONGODB_URI and run npm run dev.

About

E2EE Note sharing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published