Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammdec/fragment.sh
A tool that allows you to backup your secrets using your trusted social circle.
https://github.com/sammdec/fragment.sh
fragments react secrets shamir-secret-sharing
Last synced: about 1 month ago
JSON representation
A tool that allows you to backup your secrets using your trusted social circle.
- Host: GitHub
- URL: https://github.com/sammdec/fragment.sh
- Owner: sammdec
- Created: 2019-01-19T20:50:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T21:25:24.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T22:46:04.683Z (3 months ago)
- Topics: fragments, react, secrets, shamir-secret-sharing
- Language: JavaScript
- Homepage: https://fragment.sh
- Size: 259 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fragment.sh [![Build Status](https://travis-ci.org/samjbmason/fragment.sh.svg?branch=master)](https://travis-ci.org/samjbmason/fragment.sh)
A tool that allows you to backup your secrets using your trusted social circle.
## This project is split into two main folders
- [`www`](https://github.com/samjbmason/fragment.sh/tree/master/www) - This contains all the source code for the website fragment.sh.
- [`api`](https://github.com/samjbmason/fragment.sh/tree/master/api) - This folder contains the endpoints for generating fragments and revealing secrets to use the features of fragment.sh programmatically.I encourage people to check out the source code to make sure they are satisfied that this project isn't doing anything malicious, it's all about trust.