Page 1 of 1
Antonio: Question to encrypt()/decrypt()
Posted: Fri Jan 16, 2015 8:07 am
by byte-one
What range of characters are converted? I found, that < chr(32) are not functioning!?
Re: Antonio: Question to encrypt()/decrypt()
Posted: Fri Jan 16, 2015 8:57 am
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
Re: Antonio: Question to encrypt()/decrypt()
Posted: Fri Jan 16, 2015 8:58 am
by Antonio Linares
Günther,
All of them are used.
Could you provide an example ? thanks