10 projects
obsigil
Pure-Python implementation of the obsigil mandate-token format (AES-SIV / AES-GCM-SIV)
obu-cli
Standalone install of the obu CLI binary (`obu`) via pip — the oboron family's UNAUTHENTICATED obfuscation codecs (upcbc, zdcbc). NOT cryptographically secure; for obfuscation only, never confidentiality.
oboron-cli
Standalone install of the oboron CLI binary (`ob`) via pip — string-in/string-out authenticated symmetric encryption with obtext encoding.
obcrypt-cli
Standalone install of the obcrypt CLI binary via pip — bytes-in/bytes-out authenticated symmetric encryption (the oboron protocol's cryptographic core).
oboron
Python bindings for oboron — string-in/string-out authenticated symmetric encryption + encoding (Dgcmsiv, Dsiv, Pgcmsiv, Psiv).
obu
Python bindings for obu — string-in/string-out UNAUTHENTICATED confidentiality (upcbc) and obfuscation-only (zdcbc) codecs. NOT authenticated; never use to protect secrets.
obcrypt
Python bindings for obcrypt — bytes-in/bytes-out authenticated encryption (oboron protocol core schemes).
jots-rs-py
Jot Syntax 1.0 RC1 parser — PyO3 bindings over the Rust implementation (https://jotsyntax.org)
jots
Jot Syntax 1.0 RC1 parser — pure Python (https://jotsyntax.org)
kaiv
Python bindings for kaiv, a Kv Format Swiss-Army knife