Uploaded image for project: 'MariaDB Connector/Python'
  1. MariaDB Connector/Python
  2. CONPY-232

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

    XMLWordPrintable

Details

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

    Description

      Add arguments to connect() to encrypt and decrypt data before persisting or retrieving.

      For example:

         conn = mariadb.connect(
            host="192.0.2.1",
            port=3306,
            user="db_user",
            password="USER_PASSWORD",
            runtime_encryption: True,
            runtime_encryption_salt: "random salt here",
            runtime_encryption_algorithm: "AES-256")
      

      Attachments

        Activity

          People

            georg Georg Richter
            manjot Manjot Singh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.