Skip to content

Commit 9dffa8f

Browse files
authored
Merge pull request #195 from cipherstash/chore/update-readme
chore(docs): Update README.md
2 parents d043190 + 830c4ee commit 9dffa8f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,19 @@
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

3142
Behind the scenes, it uses the [Encrypt Query Language](https://github.com/cipherstash/encrypt-query-language/) to index and search encrypted data.
3243

0 commit comments

Comments
 (0)