Encrpytion/Decryption of excel/csv files/folders

Tteok0908
Level 1
Encrpytion/Decryption of excel/csv files/folders

Hello everyone,

I would like to check what's the best way to encrypt files/folders with password using dataiku. Is it possible using SQL recipe? Or it can only be done using python recipe?

Also, need inputs on how to decrypt files/folders.

Thank you for your inputs!

0 Kudos
1 Reply
Turribeach

Are you on Cloud or on-Prem? The easiest way to encrypt things is to encrypt the whole backend at the server side rather than to try to encrypt on the client side. So for a SQL server you would encrypt the whole SQL server and the connection. For a files/folders you will encrypt the whole file system/volume. 

0 Kudos