Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ammario/scr
https://s.cr - end to end encrypted notes
https://github.com/ammario/scr
Last synced: 25 days ago
JSON representation
https://s.cr - end to end encrypted notes
- Host: GitHub
- URL: https://github.com/ammario/scr
- Owner: ammario
- Created: 2023-02-09T17:33:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-11T21:51:13.000Z (about 2 months ago)
- Last Synced: 2024-09-12T07:52:31.266Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.35 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s.cr
[s.cr](https://s.cr) is a private note sharing service. It encrypts your note in your browser, so only you and the recipient know its contents. All notes self-destruct after a period of time, defaulting to 24 hours.
I made it for sharing passwords, secret keys, and messages that I may not want to be associated with in the future.
## Security
s.cr stores the encryption key within your URL fragment (the part after the #). This key is never sent to the server, so the site operators have no way of decrypting the content. The fragment-key has 60 bits of entropy and we expand it through 128 rounds of pbkdf2 before passing into AES-256.
But, you can only trust this site as much as you trust these claims.
## Contributing
This repo is open source for security purposes. It's not very easy
to set up and deploy on your own.Feel free to open up issues.