Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apexskier/secret-sharing
Share a secret with someone without worrying
https://github.com/apexskier/secret-sharing
Last synced: 6 days ago
JSON representation
Share a secret with someone without worrying
- Host: GitHub
- URL: https://github.com/apexskier/secret-sharing
- Owner: apexskier
- Created: 2023-06-16T00:56:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-16T21:59:08.000Z (over 1 year ago)
- Last Synced: 2024-06-04T22:37:40.897Z (5 months ago)
- Language: TypeScript
- Homepage: https://camlittle.com/secret-sharing/
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secret sharing
This is a static web app that can be used to securely share a secret with someone else.
Visit https://camlittle.com/secret-sharing/ to try it out and learn more.
The motivation for this is to allow sharing passwords or other secrets with maximum control. All cryptography is done in the browser and data doesn't leave except by you copying and pasting. This allows the involved parties to use whatever communication mechanism they want (email, slack, etc). Asymmetric cryptography means no confidential shared knowledge is required, all communication between parties is public or encrypted.
Since keys aren't stored, the main security risk is the actual encryption algorithm being broken.