fbpx
faq

Where are the data keys stored?

Data keys are stored with a variety of methods, and we are constantly adding new methods. The primary methods are:

  • Keys can be stored in a strongly encrypted file (called a profile) on the local drive.
  • Keys can be stored in a profile on a floppy disk, CD, or USB key. The authorized user must insert the floppy disk, CD, or USB key to start SQL Server. (The disk can be removed once the application starts).
  • Keys can be stored in a profile on a remote machine (refe rred to as a proxy location). If the proxy machine is not found, SQL Sever cannot be started.
  • Key(s) can be embedded into the application with an API call.
  • A designated person can enter the key manually when SQL Server is started. This is suitable only where an authorized “starter” will always be on hand.
Top