All Projects → codahale → veil

codahale / veil

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
Veil is an incredibly experimental hybrid cryptosystem for sending and receiving confidential, authentic multi-recipient messages which are indistinguishable from random noise by an attacker.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to veil

XChaCha8Blake3Siv
XChaCha8Blake3Siv is a nonce-reuse misuse-resistant (NRMR) and key-committing authenticated encryption with associated data (AEAD) algorithm
Stars: ✭ 14 (-6.67%)
Mutual labels:  blake3, chacha8
scala-blake3
This is a highly optimized blake3 implementation for scala, scala-js and scala-native
Stars: ✭ 17 (+13.33%)
Mutual labels:  blake3
reverie
An efficient and generalized implementation of the IKOS-style KKW proof system (https://eprint.iacr.org/2018/475) for arbitrary rings.
Stars: ✭ 51 (+240%)
Mutual labels:  blake3
Cryptography-Guidelines
Guidance on implementing cryptography as a developer.
Stars: ✭ 15 (+0%)
Mutual labels:  blake3
noble-hashes
Audited & minimal JS implementation of SHA2, SHA3, RIPEMD, BLAKE2/3, HMAC, HKDF, PBKDF2 & Scrypt
Stars: ✭ 213 (+1320%)
Mutual labels:  blake3
wombatforensics
linux c++, qt5, multi-threaded forensic gui tool
Stars: ✭ 27 (+80%)
Mutual labels:  blake3

veil

Stupid crypto tricks.

WARNING: You should, under no circumstances, use this.

Veil is an incredibly experimental hybrid cryptosystem for sending and receiving confidential, authentic multi-receiver messages which are indistinguishable from random noise by an attacker.

Unlike e.g. GPG messages, Veil messages contain no metadata or format details which are not encrypted. As a result, a global passive adversary would be unable to gain any information from a Veil message beyond traffic analysis. Messages can be padded with random bytes to disguise their true length, and fake receivers can be added to disguise their true number from other receivers.

See the docs directory for more.

License

Copyright © 2021-2022 Coda Hale

Distributed under the Apache License 2.0 or MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].