Page 1 of 1

File Enryption Function Required

Posted: Fri Oct 06, 2017 4:09 am
by unixkd
Hi all

Anybody with a file encryption and decryption function or free lib

Thanks

Joe.

Re: File Enryption Function Required

Posted: Fri Oct 06, 2017 1:28 pm
by Cliff Wiernik
I use the dicryptosys library. Rather inexpensive. $100 our so. I use it for AES encryption. It is a win32 library.

Cliff

Re: File Enryption Function Required

Posted: Sun Oct 08, 2017 8:47 pm
by Auge_Ohr
unixkd wrote:Anybody with a file encryption and decryption function or free lib
which Xbase++ Version ?
i "think" v2.x now have AES encryption.

look into c:\exp20\Samples\ENCRYPT\

there is also desdll.dll / DEScrypt.prg

Re: File Enryption Function Required

Posted: Mon Oct 09, 2017 10:55 am
by unixkd
I need a function that can ecrypt/descrypt FILES of any type not just string

Thanks.

Re: File Enryption Function Required

Posted: Mon Oct 09, 2017 11:56 am
by Victorio
how size of files ?
can read file to string, encrypt string and write string back to file.