Uploaded image for project: 'MariaDB Connector/C'
  1. MariaDB Connector/C
  2. CONC-616

Runtime encryption: ability to encrypt/decrypt data prior to persist/receive

    XMLWordPrintable

Details

    • New Feature
    • Status: Open (View Workflow)
    • Critical
    • Resolution: Unresolved
    • None
    • None
    • None

    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
      )
      

      Attachments

        Activity

          People

            georg Georg Richter
            manjot Manjot Singh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.