Skip to content

Support better algorithms for password hashing and add encryption with salt - #7111

Draft
stweil wants to merge 11 commits into
kitodo:mainfrom
stweil:weak_password_hashing
Draft

Support better algorithms for password hashing and add encryption with salt#7111
stweil wants to merge 11 commits into
kitodo:mainfrom
stweil:weak_password_hashing

Fix checkstyle issues in AdaptivePasswordEncoder

e1accbc
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Jul 7, 2026 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- Kitodo/src/main/java/org/kitodo/production/services/data/LdapServerService.java  3
- Kitodo/src/main/java/org/kitodo/production/ldap/LdapUser.java  2
- Kitodo-DataManagement/src/main/java/org/kitodo/data/database/enums/PasswordEncryption.java  1
- Kitodo-DataManagement/src/test/java/org/kitodo/data/database/enums/PasswordEncryptionTest.java  8
- Kitodo/src/test/java/org/kitodo/production/ldap/LdapUserTest.java  12
- Kitodo/src/main/java/org/kitodo/production/security/password/AdaptivePasswordEncoder.java  8
- Kitodo/src/test/java/org/kitodo/production/security/password/AdaptivePasswordEncoderTest.java  14
         

Clones added
============
- Kitodo/src/main/java/org/kitodo/production/services/data/LdapServerService.java  2
- Kitodo/src/main/java/org/kitodo/production/ldap/LdapUser.java  2
         

See the complete overview on Codacy