I am not sure to what cData you are refering. I am refering to the cData library that contains a Strings class that has Encrypt and Decrypt methods.</font></i>
Yes, that is correct: cstring in cdata.vcx
Method Encrypt has the following code:
LPARAMETERS tcString, tcEncryptedString, tcMessageRequest LOCAL llRetVal llRetVal = .F.
This.cMethod = "Encrypt()" This.lMessage = This.InterpretMessageRequest(tcMessageRequest)
DO CASE CASE NOT This.IsValidString(tcString)
OTHERWISE llRetVal = This.EncryptionRoutine(tcString, "ENCRYPT", .at. tcEncryptedString) ENDCASE
RETURN llRetVal
THIS .D.O.T EncryptionRoutine() method which this method calls is empty in my version which is 6.0
Graeme
©2001 graeme thomson |