Avatar

Level 2

Hi Venur and thank you for responding,

But my problem here is different, i want to encrypt de parameteres not the file, for exemple im having a CSV file with the following fields:

-Url

-Name

-Age

-Title

i want to encrypt the Name, Age and Title using encryptDES and after export the file with :

-Url

-EncryptedName

-EncryptedAge

-EncryptedTitle

Thanks.