[CONC-616] Runtime encryption: ability to encrypt/decrypt data prior to persist/receive Created: 2022-11-02  Updated: 2022-11-03

Status: Open
Project: MariaDB Connector/C
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: New Feature Priority: Critical
Reporter: Manjot Singh (Inactive) Assignee: Georg Richter
Resolution: Unresolved Votes: 0
Labels: skysql


 Description   

Add options to mysql_real_connect to encrypt and decrypt data before persisting or retrieving.

For example:

mysql_real_connect(
         conn,                 // Connection
         "mariadb.example.net", // Host
         ..... // other args
         true, // encrypt (false by default)
         "random salt here", //salt
         "AES-256" // encryption algorithm
)


Generated at Thu Feb 08 03:06:35 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.