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.32k stars 128 forks source link

Fixed python example #670

Closed Zhaars closed 10 months ago

Zhaars commented 10 months ago

Fixed table metadata - used Text type for masking filed to have the data type with Acra from encryptor_config.

Checklist