PostgreSQL Homomorphic data encryption emulator

General description:

Current tab features a section simulating the functionality of PostgreSQL with homomorphically encrypted data. By default, the table represents data as ciphertext, and all newly added data will be immediately encrypted. Every SQL query is a real query to our backend and can be analyzed using the "Query Log" button.

Our PostgreSQL extension is capable of performing indexing, aggregation, filtering, searchable encryption, and, in general, a fully functional database flow as if you could work just with plaintext (currently, demo functionality is limited).

NOTE! All data represented on the web page and in the PostgreSQL database on our backend are constantly encrypted, and we never decrypt them, except for "highlighting" results to a user to make it human-readable.

Text us here if you want to get an access to real PostgreSQL db with encrypted data