Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-6318

support aes_encrypt and aes_decrypt

    XMLWordPrintable

Details

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

    Description

      support aes_encrypt and aes_decrypt.

      Insert work

       
      create table t1 (id int, s varchar(50)) engine = columnstore;
       
      INSERT INTO t1 (id, s) VALUES (1, HEX(AES_ENCRYPT('text', SHA2('password', 512))));
      

      select only with disabled select handler.

       
      set session columnstore_select_handler=0;
      SELECT   id, AES_DECRYPT(UNHEX(s), SHA2('password', 512))  FROM t1
      

      ;

      Attachments

        Activity

          People

            Unassigned Unassigned
            Richard Richard Stracke
            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.