https://github.com/zgreen/chat.once
Encrypted, anonymous by default, self-destructing chat
https://github.com/zgreen/chat.once
Last synced: about 1 month ago
JSON representation
Encrypted, anonymous by default, self-destructing chat
- Host: GitHub
- URL: https://github.com/zgreen/chat.once
- Owner: zgreen
- License: mit
- Created: 2018-10-08T06:13:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T15:30:56.000Z (over 3 years ago)
- Last Synced: 2025-03-04T11:42:29.538Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chat.once
Encrypted, anonymous by default, self-destructing chat app.
**⚠️ Caution! ⚠️** This app is an experiment; use at your own risk! I make no claims about its safety or integrity. Please use Signal or Wire :) [Also, read the license.](LICENSE)
- All chat messages are encrypted using [js-nacl](https://github.com/tonyg/js-nacl).
- Encrypted messages are stored in [Google Firebase](https://firebase.google.com/).
- Any user may destroy their current chat at any time. This erases the entire chat.
- All chats are destroyed within one hour of their creation.
- This software is covered by the [MIT License](LICENSE).