Database Encryption

Ross Giddings bjb007 at tpg.com.au
Tue Feb 5 13:54:45 EST 2008


A simple way to prevent unauthorized
access to a database is to encrypt
the relevant part of the file header
so that it's not recognized as a db
outside your programme.

Decrypt the header programmatically
inside your app and encrypt it on
closing.






More information about the use-livecode mailing list