I used sha512 with salt value. So i need to verify the generated hash value is correct ?
I am using binary array as a salt.
I am using
https://www.baeldung.com/java-password-hashing as reference. below is the code. So i will save the hashed valeu and salt in DB.
I need to verify that the generated hashed value by manually . foe example i need to hash the same password using that salt value and check that i am getting same hashed value . I found below site but it does not provide place to add salt value ?
sha256 site