phxql / argon2-jvm

Argon2 Binding for the JVM
GNU Lesser General Public License v3.0
330 stars 32 forks source link

why generate different hash in each request despite using the same salt and parameters for hash function in argon2Advanced #97

Closed petermu1992 closed 3 months ago

petermu1992 commented 10 months ago

why generate different hash in each request despite using the same salt and parameters for hash function in argon2Advanced

phxql commented 10 months ago

Can you please provide some sample code which shows the calls you make and the hash output?