Password Encryption hashing

Hi team,
We have using CUBA 7.2.5 platform… In that we are using passwordEncryption.getPasswordHash(UUID userId, String password) method for hasing and encryption.But in our case when compare to our encrypted password from Db with encrypted password given by user doesn’t match…
For example, we need to change password .For that we are going to compare old password with Db and user given old password(Encrypted value) . While comparing two encryption value it doesn’t match… But the old password is same only…we got diff encrypted value for the same password…
Is any changes happen in hashing in latest version of CUBA 7.2.5?

Hi,

If I correctly understand your situation, you have some procedure related to hashed passwords, and it stopped worked. If so, when it happened? After an upgrade to a newer CUBA version?

Hi Krivopustov,
We didn’t use any procedure for hashing… actually we have used cuba package only…yeah it is happening after upgrade of the CUBA version…
We have import the below CUBA package…

com.haulmont.cuba.core.global.PasswordEncryption

Thanks.