Re: [Question] Shiro2CryptFormat for KDF support: Argon2, scrypt, bcrypt

2021-01-07 Thread Benjamin Marwell
Hi everyone, argon2 and bcrypt are now implemented via the new default Shiro2 format. It is fully backwards compatible with the Shiro1 crypt format. Current PR: https://github.com/apache/shiro/pull/273 I would need a second look at the only failing test: DefaultPasswordService.testStringCompariso

Re: [Question] Shiro2CryptFormat for KDF support: Argon2, scrypt, bcrypt

2021-01-07 Thread Francois Papon
Hi Benjamin, I will take a look at your PR soon. regards, François fpa...@apache.org Le 07/01/2021 à 09:19, Benjamin Marwell a écrit : > Hi everyone, > > argon2 and bcrypt are now implemented via the new default Shiro2 format. > It is fully backwards compatible with the Shiro1 crypt format. > C