https://github.com/nozsh/zeta-paste
Serverless E2E encrypted paste sharing web app.
https://github.com/nozsh/zeta-paste
confidentiality e2e nodejs pug sass security share-text text-share typescript
Last synced: 3 months ago
JSON representation
Serverless E2E encrypted paste sharing web app.
- Host: GitHub
- URL: https://github.com/nozsh/zeta-paste
- Owner: nozsh
- License: apache-2.0
- Created: 2025-01-06T17:23:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T13:57:17.000Z (3 months ago)
- Last Synced: 2025-02-23T14:34:35.392Z (3 months ago)
- Topics: confidentiality, e2e, nodejs, pug, sass, security, share-text, text-share, typescript
- Language: HTML
- Homepage: https://zeta.su/paste/
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zeta Paste
This open source web-app is designed to encrypt text (or "secret message"). It encrypts text using end-to-end (E2E) encryption so that only you or someone you trust who knows the password can read it.
Encryption and decryption works on your device. The app runs fully on the client side and can be used offline. Your data is not transferred anywhere or stored anywhere.
After encryption you get three self-contained parts:
- SALT
- IV (Initialization Vector)
- DATAThese parts are necessary for decryption and are not stored in the app or on servers. For successful decryption, you will need this parts, password and iterations count that was used for encryption.
For additional information, please read **[this](https://zeta.su/paste/about/)**.