cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.33k stars 128 forks source link

Extend SQL syntax for searchable encryption #586

Closed Zhaars closed 1 year ago

Zhaars commented 1 year ago

Extension syntax for searchable encryption to support INSERT/UPDATE/DELETE syntax as we did in PR with searchable tokenization

P.S. Also, during integration testing, I noticed that a lot of raw bytes were printed in the output. Changed the logging fields just to print packet type instead of raw bytes slice.

Checklist