Previous Topic: Map for ODBCNext Topic: Create a Mapping File (Flatfile)


Encrypt the Password (Database)

You can use the password encryption utility to provide additional security.

To encrypt the password

  1. Open a Command Prompt window and enter the following command:
    ac -p 'password'
    

    In this command, you must enter the password.

    The encrypted password is displayed.

  2. Copy the password to the password property of the connection property tag.

    Important! You must add the encrypted="true" attribute to the password field.

    <property name="password" encrypted="true">hj!89==<property>