Trace: • Push support • Encrypt Configuration • Control Opening Workscreens • NTLM Authentication • Replacing Standard About Dialog • Configure Logging
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
jvx:server:security:config_encrypt [2018/02/08 06:46] admin |
jvx:server:security:config_encrypt [2020/06/15 11:33] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~Title: Encrypt configuration~~ | + | ~~Title: Encrypt Configuration~~ |
The [[jvx:common:setup:dbindependent_config|configuration of an application]] is usually separated from the source code and stored in the configuration file config.xml. The file is a standard XML file. | The [[jvx:common:setup:dbindependent_config|configuration of an application]] is usually separated from the source code and stored in the configuration file config.xml. The file is a standard XML file. | ||
- | If the database access data/credentials are set in clear-text, both username and password can be read out. Although this has the advantage that a change of the file is possible at any time, but also the disadvantage that the data are easily readable. | + | If the database access data/credentials are set in clear text, both username and password can be read out. Although this has the advantage that a change of the file is possible at any time, it also has the disadvantage of the data being easily readable. |
- | To prevent readability, the XmlWorker supports transparent encryption. You can work with plain text files without any care during the development phase, and switch to encrypted mode when installing on the production system. You do not need to change your source code. | + | To prevent readability, the XmlWorker supports transparent encryption. You can work with plain-text files without any care during the development phase and switch to encrypted mode when installing on the production system. You do not need to change your source code. |
- | To encrypt a configuration file the following source code can be used: | + | To encrypt a configuration file, the following source code can be used: |
<file java> | <file java> |