i LIKE TO CRIPT AND DECRIPTA A DBF FILE FOR USE IT ONLY FROM FWH APPLICATION
ANY IDEA ?
Falconi Silvio
i LIKE TO CRIPT AND DECRIPTA A DBF FILE FOR USE IT ONLY FROM FWH APPLICATION
ANY IDEA ?
but this cript and decript all records I wish cript only one field of a record
Sylvio:
Clipper or Clipper Tools use to have the CRYPT() function. Check if it has been implemented in xHarbour. Also the SIX RDD have the Sx_decrypt() function.
Crypt( <cString>, <cPassWord> ) --> cResultdbf->field := Crypt ("String", cPassword)
and
value := Crypt (dbf->field, cPassword)ok but then to decript it ?
Please search FIVEWIN samples for "Crypt" and you find working samples.
Regards,
Otto
Silvio wrote:ok but then to decript it ?
cCrypt  := Crypt ("String", cPassword)  // crypt string
cDecrypt := Crypt (cCyrpt, cPassword) // decrypt stringI believe the SIX RDD has built-in, optional, encryption. I have not used it so I can't be of any further help on this.
Regards,
James
S,
The best solution -> ADS. You don't reinginiering, and it's free for local mode.
Silvio
I agree with Carles, ADS is the best solution for encripted database.
ADS is easy to learn; almost 100% compatible with your code and DBF files.
The ADS Data Dictionary is an advanced tool (also free), that includes also SQL, at the same level that most expensive relational databases.
Regards
George