<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Encryption/Decryption options in ADB in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14648#M9117</link>
    <description>&lt;P&gt;Hi @purushotham Chanda​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2022 06:27:49 GMT</pubDate>
    <dc:creator>Vidula</dc:creator>
    <dc:date>2022-09-01T06:27:49Z</dc:date>
    <item>
      <title>Encryption/Decryption options in ADB</title>
      <link>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14643#M9112</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on one of the client requirements to implement suitable data encryption in Azure Databricks.&lt;/P&gt;&lt;P&gt;We should be able to encrypt and decrypt the data based on the access, we explored fernet library but client denied it saying it degrades the performance.&lt;/P&gt;&lt;P&gt;We also explored aes_encryption functions but looking for multiple better options. Please suggest if anyone implemented this capability, appreciate the quick suggestions.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Porus&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 16:50:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14643#M9112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-05T16:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption/Decryption options in ADB</title>
      <link>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14644#M9113</link>
      <description>&lt;P&gt;do you mean data encryption while databricks is processing data?  Because the data sitting on a data lake is already encrypted (and can be double encrypted for sensitive data)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 10:19:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14644#M9113</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-07-06T10:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption/Decryption options in ADB</title>
      <link>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14645#M9114</link>
      <description>&lt;P&gt;yes we need to encrypt the sensitive data and store. Only designated users will have the provision to read the decrypted data.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 11:10:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14645#M9114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-06T11:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption/Decryption options in ADB</title>
      <link>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14646#M9115</link>
      <description>&lt;UL&gt;&lt;LI&gt;I would create SQL UDF function with aes decrypt / encrypt&lt;/LI&gt;&lt;LI&gt;Unity catalog is coming to GA, and supports for managing access will be improved there. I haven't tested it in practice, but it should be possible to set access right for columns and some function per column.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 13 Jul 2022 13:13:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14646#M9115</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-07-13T13:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption/Decryption options in ADB</title>
      <link>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14647#M9116</link>
      <description>&lt;P&gt;That was my first thought too, but OP mentions they already explored fernet, which was not performant enough. Fernet applies AES 128 in CBC mode, with a SHA256 HMAC message authentication code so aes_encrypt/decrypt will probably be comparable in performance (depending on key strength). (AES is hardware accelerated on most x86 cpus so it should already be very fast)&lt;/P&gt;&lt;P&gt;But frankly: any cryptographic operation will take cpu, so for me it is not clear what the client expects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. +1 for Unity Catalog&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 13:35:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14647#M9116</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-07-13T13:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption/Decryption options in ADB</title>
      <link>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14648#M9117</link>
      <description>&lt;P&gt;Hi @purushotham Chanda​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 06:27:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/encryption-decryption-options-in-adb/m-p/14648#M9117</guid>
      <dc:creator>Vidula</dc:creator>
      <dc:date>2022-09-01T06:27:49Z</dc:date>
    </item>
  </channel>
</rss>

