-
Hi,
I am experiencing issues running PostfixAdmin on a remote server, away from both the Postfix/Dovecot mail server and the MySQL database. The setup consists of using `dovecot:ARGON2I` as the enc…
-
As #1 suggests, this code currently implements argon2d. Per the argon2 website:
https://www.cryptolux.org/index.php/Argon2
> Argon2 has two variants: Argon2d and Argon2i. Argon2d is faster and uses …
-
## Is your feature request related to a problem? Please describe (👍 if you like this request)
Currently Longhorn supports argon2i through the luks format. However for argon2id more args can be used
…
-
well when I do the following:
$h1=@sodium_crypto_pwhash_str("test",1,1
-
I installed Sylius 1.14, added migrations, added fixtures. Added admin-user from bin/console. But all users not have login in admin area.
"Error Invalid credentials - every trying". Why??? Anybody i…
-
Hi Carl,
I'm working on implementing [the switch to using bcrypt for password hashing in WordPress core](https://github.com/WordPress/wordpress-develop/pull/7333). As part of this work I'm making s…
-
Hi,
Just a note that currently the benchmark timings (and similarly the output of the CLI tool) are perhaps a bit confusing, by reporting the CPU time instead of wall.
This is probably intention…
-
https://shiro.apache.org/cryptography-features.html uses Argon2id hashes, but encodes them subtly differently. Test vectors from CMIYC 2024 cracks:
```
$shiro2$argon2id$v=19$t=1,m=65536,p=4$z0RJt6…
-
The following method fails because there seems to be a mismatch between the entry point names in Argon2.cs and the content of libargon2.dll in the 1.16.1 package.
```
[MethodImpl(MethodImplOptions.A…
-
Filing this issue to let other library users know that I have emailed the maintainer and it seems like the reference implementation is not maintained anymore. :(
> Yeah I'm afraid the repository ha…