This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git.


    from 7a7a588  code format & clean-up as suggested by IntelliJ
     new e17e573  feat: Add SHA-256 prefix and handling to password validation
     new d4b3d7c  feat: getHash method to use SHA-256 by default
     new c7810ea  refactor: Rename getOldHash private method to getShaHash
     new 8812bcd  feat: Add SHA-256 support to getSaltedPassword-method
     new 1a679bc  refactor: Replace SSHA term with SHA-1 when getting 
MessageDigest instance
     new bd7bdcb  feat: Add algorithm option to CLI
     new 9562256  feat: Add support for SHA_256 to password verification
     new 9140277  test: Update CryptoUtilTest
     new c1b0dd4  test: Update password hashes used with XMLUserDatabaseTest

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../wiki/auth/user/AbstractUserDatabase.java       |  34 +++----
 .../apache/wiki/auth/user/XMLUserDatabaseTest.java |  10 +-
 jspwiki-main/src/test/resources/userdatabase.xml   |   2 +-
 .../main/java/org/apache/wiki/util/CryptoUtil.java | 102 ++++++++++++---------
 .../java/org/apache/wiki/util/CryptoUtilTest.java  |  24 ++---
 5 files changed, 95 insertions(+), 77 deletions(-)

Reply via email to