main logo
Subject: Re: Security - aka - system access
Author: graeme thomson
Posted: 2001/02/22 02:28:07
 
View Entire Thread
New Search



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
<-- Prior Message New Search Next Message -->