07-26-2021 06:55 PM
Is there a way to Decrypt / Encrypt Blob files in Databricks using Key stored in Key Vault.
What libraries need to be used?
Any code snippets? Links?
09-14-2021 04:54 PM
Thanks Kaniz... we got this working now using gnupg within databricks notebook.
Regards
Sreedhar
10-06-2021 10:33 AM
Hi @Sreedhar Vengala , we are trying the same can you share some sample code on how we can achieve the same, and did you pick the files from ADLS and placed back the encrypted files to ADLS folders
11-16-2021 01:10 PM
Hi Team, Could anyone please help me on how to decrypt PGP keys using Azure Keyvault in Azure Databricks notebook.
11-22-2021 06:04 AM
@Kaniz Fatma
Could you please share the decryption script on how to decrypt PGP keys using Azure Keyvault in Azure Databricks notebook.
12-03-2021 10:53 AM
@Kaniz Fatma
We are looking to decrypt using Azure Databricks notebook...the above git hub link is using Azure functions and .net libraries.
Could you please help on the same ?
04-06-2022 07:40 PM
@Kaniz Fatma
Is the key generated via OpenPGP (Private and Public) or Python?
04-07-2022 12:10 AM
@Kaniz Fatma
Thank you.
Where is the key pairs were generated ? is it Python in Databricks or OpenPGP that created the key pairs?
06-27-2022 12:06 PM
Hi @Kaniz Fatma ,
I used the code that you've given above to encrypt the file, however, I am facing some issues as below:
I am looking out for the actual file format of a public key which we can use and the code can work. Is there a specific source you would like me to go to generate this public key file? Your advice on this will be a highly appreciated.
01-28-2023 07:10 PM
This blog will help. https://medium.com/@anupamchand/pgp-encryption-using-python-in-azure-databricks-ef4bd56145ed. We used bash script within databricks to get this working. Bash is good good for large files. We tested upto 2GB and it worked fine. With plain python you will run into OOM errors.
07-05-2022 09:48 AM
I am looking for similar requirements to explore various options to encrypt/decrypt the ADLS data using ADB pyspark. Please share list of options available.
06-18-2025 06:12 PM
anyone has update on this?