Password Encryption

Passwords used by Omni-Gen are stored in property and configuration files. The files are in plain text, but the password fields are encrypted using 128-bit AES encryption.

The following syntax shows a sample password field entry.

server.runtime.ssl.keystore-file = ${server.runtime.dataDirectory}/omnigenstore.p12
server.runtime.ssl.keystore-password = yc4QxoL5oCAqqEHn11e91Q==:NqG0dkZKuVW2RSgxqsi/eQ==

The application is responsible for encrypting and decrypting the password fields, prior to use.