File Enryption Function Required

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

File Enryption Function Required

#1 Post by unixkd »

Hi all

Anybody with a file encryption and decryption function or free lib

Thanks

Joe.

Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Re: File Enryption Function Required

#2 Post 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

User avatar
Auge_Ohr
Posts: 1406
Joined: Wed Feb 24, 2010 3:44 pm

Re: File Enryption Function Required

#3 Post 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
greetings by OHR
Jimmy

User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

Re: File Enryption Function Required

#4 Post by unixkd »

I need a function that can ecrypt/descrypt FILES of any type not just string

Thanks.

Victorio
Posts: 621
Joined: Sun Jan 18, 2015 11:43 am
Location: Slovakia

Re: File Enryption Function Required

#5 Post by Victorio »

how size of files ?
can read file to string, encrypt string and write string back to file.

Post Reply