Antonio: Question to encrypt()/decrypt()

Post Reply
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Antonio: Question to encrypt()/decrypt()

Post by byte-one »

What range of characters are converted? I found, that < chr(32) are not functioning!?
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Re: Antonio: Question to encrypt()/decrypt()

Post by Richard Chidiak »

Gunther

i use encrypt and decrypt in my app without problem

CRYPTEDTXT := CMIMEENC(ENCRYPT(xxxx))

decryptedtxt := DECRYPT(CMIMEDEC(ALLTRIM(CRYPTEDTXT)))

Hth

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Antonio: Question to encrypt()/decrypt()

Post by Antonio Linares »

Günther,

All of them are used.

Could you provide an example ? thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply