Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 815 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 815 Bytes

veil

Stupid crypto tricks.

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

Veil is an incredibly experimental post-quantum 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 are 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-2024 Coda Hale

Distributed under the Apache License 2.0 or MIT License.