Encrypt and decrypt personal data with Spark Databricks

preview_player
Показать описание
Since Databricks runtime 10.3, we can use aes_encrypt and aes_decrypt functions.

Рекомендации по теме
Комментарии
Автор

Nice, but how read secret scope (encryption key) from sql?

becavas
Автор

Hi Hubert, Nice explanation.... This looks symmetric encryption decryption. Anything we can do generically by asymmetric encryption and decryption ?

logic-bot
Автор

what if someone has the access to the source storage file

Nitishkumar-omhp
Автор

Hello Thank you for you video
I tried to use get_random_key(32) and pass it to the native function of spark aes_encrypt, but i receive this exception key' in `aes_encrypt`/`aes_decrypt` is invalid: expects a binary value with 16, 24 or 32 bytes, but got 44 bytes.
How should I please generate the key.
Should I create it by myself

MajdiSAADANI