Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-10719

Add generateEncryptedKey and decryptEncryptedKey methods to KeyProvider

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0-alpha1
    • 2.6.0
    • security
    • None
    • Reviewed

    Description

      This is a follow up on HDFS-6134

      KeyProvider API should have 2 new methods:

      • KeyVersion generateEncryptedKey(String keyVersionName, byte[] iv)
      • KeyVersion decryptEncryptedKey(String keyVersionName, byte[] iv, KeyVersion encryptedKey)

      The implementation would do a known transformation on the IV (i.e.: xor with 0xff the original IV).

      Attachments

        1. HADOOP-10719.patch
          16 kB
          Alejandro Abdelnur
        2. HADOOP-10719.patch
          16 kB
          Alejandro Abdelnur
        3. HADOOP-10719.patch
          15 kB
          Alejandro Abdelnur
        4. HADOOP-10719.patch
          14 kB
          Alejandro Abdelnur
        5. HADOOP-10719.patch
          12 kB
          Alejandro Abdelnur
        6. HADOOP-10719.5.patch
          17 kB
          Arun Suresh
        7. HADOOP-10719.4.patch
          17 kB
          Arun Suresh
        8. HADOOP-10719.3.patch
          15 kB
          Arun Suresh
        9. HADOOP-10719.3.patch
          15 kB
          Arun Suresh
        10. HADOOP-10719.2.patch
          16 kB
          Arun Suresh
        11. HADOOP-10719.1.patch
          15 kB
          Arun Suresh

        Activity

          People

            asuresh Arun Suresh
            tucu00 Alejandro Abdelnur
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: