Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TPS Encryption Sucks - Keeping data safe

Status
Not open for further replies.

ClarionTek

Programmer
Nov 17, 2003
6
US
TPS is good for keeping a database of mom's recipes. What would be a better alternative to TPS for keeping really important data safe?

Thanks,

Jason
 
Possibly writing your own encryption & decryption functions. That way, you can select which fields needs to be encrypted.

If you use the ABC version of Clarion, you could add your code to the .Insert, .TryInsert, .Update, .Fetch, .Tryfetch, .Next, .Previous, etc methods in the global FileManager objects of the Tables to take care of the automatic encryption & decryption of data.

Adding TPS encryption on top of that will give you a double protection.
 
ClarionTek:

Did you know any way to make a decryption of a tps file?

I have a tps file and haven't the password.

Tanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top