Antonio: Question to encrypt()/decrypt()
Antonio: Question to encrypt()/decrypt()
What range of characters are converted? I found, that < chr(32) are not functioning!?
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
Re: Antonio: Question to encrypt()/decrypt()
Gunther
i use encrypt and decrypt in my app without problem
CRYPTEDTXT := CMIMEENC(ENCRYPT(xxxx))
decryptedtxt := DECRYPT(CMIMEDEC(ALLTRIM(CRYPTEDTXT)))
Hth
Richard
i use encrypt and decrypt in my app without problem
CRYPTEDTXT := CMIMEENC(ENCRYPT(xxxx))
decryptedtxt := DECRYPT(CMIMEDEC(ALLTRIM(CRYPTEDTXT)))
Hth
Richard
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Antonio: Question to encrypt()/decrypt()
Günther,
All of them are used.
Could you provide an example ? thanks
All of them are used.
Could you provide an example ? thanks