/ENCRYPTION
Searchable field-level encryption.
Range queries, exact match, and free-text fuzzy search over encrypted fields, with sub-millisecond overhead on existing Postgres indexes. Works with any managed Postgres provider. No new database, no migration, no superuser access.
This removes the constraint that made plaintext storage unavoidable. Everything else in CipherStash depends on this.
- Range, fuzzy text, and JSON queries over ciphertext
- Works with existing Postgres indexes
- <1ms query overhead
- 100,000x faster than fully homomorphic encryption
- Quantum safe