relic_crypto 1.0.0 copy "relic_crypto: ^1.0.0" to clipboard
relic_crypto: ^1.0.0 copied to clipboard

The client-side encryption for Relic (relic.space) — the exact code that seals your clipboard on your device before it is ever sent. Published so anyone can read it and verify the zero-knowledge claim.

Changelog #

1.0.0 #

First pub.dev release, published from the crypto/ directory of the Relic monorepo.

This is the exact sealing code the Relic apps ship: Argon2id (64 MiB, pinned parameters) wrapping a master key, XChaCha20-Poly1305 for vault content and backups, AES-GCM for share links. The wire format is documented in wire-format.md, and the js/ directory carries the TypeScript mirror served to browsers, byte-verified against this Dart implementation by the test suite.

0
likes
140
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The client-side encryption for Relic (relic.space) — the exact code that seals your clipboard on your device before it is ever sent. Published so anyone can read it and verify the zero-knowledge claim.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

cryptography, hashlib

More

Packages that depend on relic_crypto