Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekg999 authored Sep 6, 2024
1 parent 7480df7 commit d6bce71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# One Time Secret Service
# Secret

### Create and send one-time links for sensitive data.

Created links can only be viewed once, and associated data is deleted immediately once requested.
By default, all data is End-to-end encryped via AES-256 encryption in your browser. Any plaintext messages are **never** transmitted.

The main page is hosted on GitHub Pages, built with Preact. The secret-worker API is built with Hono run on Cloudflare Workers.

0 comments on commit d6bce71

Please sign in to comment.