File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 2525
2626<!-- start -->
2727
28- CipherStash Proxy provides a transparent proxy to your existing postgres database, handling the complexity of encrypting and decrypting your data.
29- CipherStash Proxy keeps your sensitive data in PostgreSQL encrypted and searchable, without changing your SQL queries.
28+ ## Proxy V2 now available
29+
30+ [ Read the announcement] ( https://cipherstash.com/blog/introducing-proxy )
31+
32+
33+ CipherStash Proxy provides a transparent proxy to your existing Postgres database.
34+
35+ Proxy:
36+ * Automatically encrypts and decrypts the columns you specify
37+ * Supports most query types over encrypted values
38+ * Runs in a Docker container
39+ * Is written in Rust and uses a formal type system for SQL mapping
40+ * Works with CipherStash ZeroKMS and offers up to 14x the performance of AWS KMS
3041
3142Behind the scenes, it uses the [ Encrypt Query Language] ( https://github.com/cipherstash/encrypt-query-language/ ) to index and search encrypted data.
3243
You can’t perform that action at this time.
0 commit comments