Topic: Csv file securing

Is there a way to secure or encrypt/ decrypt a csv  file during backup and restore our database

Re: Csv file securing

Yes, you can use functions DecryptFileRC5 and EncryptFileRC5

Dmitry.

Re: Csv file securing

The encryption and decryption on text works, but on file not ! It doesn't encrypt it.
I have create a text file but i can still open and read it.

(I have followed the example from here  http://myvisualdatabase.com/forum/viewt … 53#p22553)

Re: Csv file securing

I have checked, it works for me.
Please attach your project, where encrypt function for file don't work, I'll test it.

Dmitry.

Re: Csv file securing

Sorry my mistake. Works fine.