DOCUMENTATION
Using enprot.
enprot is the reference implementation of EPT. It's a subcommand-style CLI:enprot {encrypt, decrypt, store, fetch, verify, inspect, merge, resolve}.
Installation
Install enprot via cargo, Homebrew, or download prebuilt binaries for Linux, macOS, and Windows.
ReadQuick start
Encrypt, decrypt, store, fetch, and sign your first EPT document in five minutes.
ReadCLI reference
Every subcommand, flag, and option. encrypt, decrypt, store, fetch, verify, inspect, merge, resolve.
ReadConfiguration
Config files, environment variables, policy enforcement, and FIPS mode.
ReadGit integration
Use enprot as a Git smudge/clean filter and merge driver for automatic encryption at rest.
ReadDeterministic AEAD
How deterministic encryption enables CAS dedup on ciphertext — same plaintext, same ciphertext.
Read