Skip to content

Commit

Permalink
Merge pull request #7678 from OpenLiberty/7651-AES
Browse files Browse the repository at this point in the history
Update password-encryption.adoc
  • Loading branch information
dmuelle authored Nov 6, 2024
2 parents 54a0624 + 4747c52 commit 1544f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/password-encryption.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

= Password encryption limitations

Open Liberty supports the Advanced Encryption Standard (AES) encryption for passwords that are stored in the `server.xml` file.
Open Liberty supports Advanced Encryption Standard (AES) encryption for passwords that are stored in the `server.xml` file.
When you use this option for protecting passwords in the Open Liberty configuration, understand the limitations to the protection that AES encryption provides.

The Open Liberty `securityUtility encode` command uses AES-256 encryption when the `--encoding` option is set to `aes`. The default value for this option is `xor`. For AES decryption, Open Liberty supports both AES-128 and AES-256.
Expand Down

0 comments on commit 1544f81

Please sign in to comment.