Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > SET ENCRYPTION PASSWORD >

Protecting Passwords

Passwords and hints that you declare with SET ENCRYPTION PASSWORD are not stored as plain text in any table of the system catalog, which also maintains no record of which columns or tables contain encrypted data. To prevent other users from accessing the plain text of encrypted data or of a password, however, you must avoid actions that might compromise the secrecy of a password:

Output from the SET EXPLAIN statement always displays the password and hint parameters as XXXXX, rather than displaying actual password or hint values.

Related Information

For more information about built-in functions for encrypting and decrypting data, see Encryption and Decryption Functions.

For information on setting the environment variable INFORMIXCONCSMCFG, refer to the IBM Informix Guide to SQL: Reference.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]