Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
jvx:server:security:config_password_algorithmn [2019/06/26 12:09] admin |
jvx:server:security:config_password_algorithmn [2020/06/15 11:34] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Pssword algorithmn~~ | + | ~~Title: Password Algorithm~~ |
The [[jvx:server:security:dbsecman|DB Security Manager]] supports password encryption. The password algorithm can be defined in the [[jvx:common:setup:dbindependent_config|application configuration]]. \\ | The [[jvx:server:security:dbsecman|DB Security Manager]] supports password encryption. The password algorithm can be defined in the [[jvx:common:setup:dbindependent_config|application configuration]]. \\ | ||
Line 15: | Line 15: | ||
</application> | </application> | ||
</file> | </file> | ||
- | The possible values are, e.g. SHA, SHA-256, SHA-384, SHA-512, MD5, MD4, MD2 and all supported Java message digest algorithms, as described [[https://docs.oracle.com/javase/1.5.0/docs/guide/security/CryptoSpec.html#AppA|here]]. | + | The possible values are, e.g., SHA, SHA-256, SHA-384, SHA-512, MD5, MD4, MD2, and all supported Java message digest algorithms as described [[https://docs.oracle.com/javase/1.5.0/docs/guide/security/CryptoSpec.html#AppA|here]]. |
If you set the passwordalgorithm to **PLAIN**, the password will be in plain text. | If you set the passwordalgorithm to **PLAIN**, the password will be in plain text. |