Encrpytion/Decryption of excel/csv files/folders

Tteok0908
Tteok0908 Registered Posts: 1

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!

Tagged:

Answers

  • Turribeach
    Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 1,925 Neuron

    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.

Setup Info
    Tags
      Help me…