-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7480df7
commit d6bce71
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |