Encryption
Column Level Encryption using PySpark
If you ever get a requirement to encrypt some of the column’s (Sensitive/Personal Identifiable Information) data before storing it anywhere, then you are at the right place.Below step by step code block can help you achieve this. In this demonstration, Fernet library will be used to generate key which will further be used to encrypt […]
2 mins read