Skip to content
/ veil Public
forked from codahale/veil

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.

License

Notifications You must be signed in to change notification settings

nvzqz/veil

 
 

Repository files navigation

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-2023 Coda Hale

Distributed under the Apache License 2.0 or MIT License.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%