Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere Server - Database Administration » Security » Data security » Database encryption and decryption

 

Using simple encryption

 Use simple encryption

Simple encryption is equivalent to obfuscation and makes it more difficult for someone using a disk utility to look at the file to decipher the data in your database. Simple encryption does not require a key to encrypt the database. Simple encryption technology is supported in previous versions of SQL Anywhere.

  • Create a database using the dbinit -ea simple option.

    The following example creates the database test.db using simple encryption:

    dbinit -ea simple test.db
 See also