Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

`private-box` implements a lightweight encryption format that lets a sender encrypt a single message for up to seven recipients while hiding both the recipient list and its size. It generates an ephemeral Curve25519 keypair, encrypts a random body key for each recipient, and then uses that body key to secret‑box the plaintext; any recipient can attempt decryption with their private key and will either obtain the plaintext or get `undefined`. The library is aimed at developers building privacy‑focused, public‑read platforms (e.g., Secure‑Scuttlebutt) who need group‑encrypted messages without exposing who the recipients are.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of auditdrivencrypto/private-box

Account's avatar
dominictarr/chloride
node.js sodium bindings + pure js polyfil
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

dominictarr's profile
dominictarr
36 contributions
elsehow's profile
elsehow
5 contributions
pfrazee's profile
pfrazee
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
auditdrivencrypto

auditdrivencrypto/private-box

private message between two parties (with no `to` field)

JavaScript
103
16
MIT License