i LIKE TO CRIPT AND DECRIPTA A DBF FILE FOR USE IT ONLY FROM FWH APPLICATION
ANY IDEA ?
Crypt( <cString>, <cPassWord> ) --> cResult
dbf->field := Crypt ("String", cPassword)
and
value := Crypt (dbf->field, cPassword)
Silvio wrote:ok but then to decript it ?
cCrypt := Crypt ("String", cPassword) // crypt string
cDecrypt := Crypt (cCyrpt, cPassword) // decrypt string
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 89 guests