An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

Zeta Paste Logo Dark

# 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)
- DATA

These 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/)**.