Another possibility is to use a 3rd party solution. BPrefs can encrypt its preferences files, so, save the encrypted registration information into the preference file.
I think this is what RB does. It's also an excellent preferences solution and it's free. Find here: http://developer.dreystone.com/ >From the website: ------------------ kUseEncryption (Constant: Boolean) When 'kUseEncryption' is FALSE (the default) the Preferences are not encrypted. It is recommended that you leave this FALSE unless you require more security. To enable encryption, set this constant to TRUE and define 'kSeedKey' with a string. kSeedKey (Constant: String) When 'kUseEncryption' is defined as TRUE, 'kSeedKey' will be used to generate at least a 64 byte (512-bit) key used to encrypt and decrypt your preferences. ----------------- _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
