-
According to the docs argon2id does the first pass with argon2i and the subsequent passes with argon2d
> • Hybrid construction Argon2id, which has type y = 2 (used in the pre-hashing and address ge…
-
Hi,
I'm trying to run java miner on debian distro...
After mvn install and executing run.sh I get this error
Update transitioned to new block. Best DL on last block: 9223372036854775807 Difficult…
-
I tested the library (2.4 with precompiled libraries) a bit to get a hang of it. When generating and verifying hashes I managed to create a few that randomly fail to verify against the right password.…
-
Hi!
Here: https://github.com/keepassxreboot/keepassxc/blob/develop/src/crypto/kdf/Argon2Kdf.cpp#L170
Argon2_d is used, but the RFC draft recommends Argon2id:
https://datatracker.ietf.org/doc/draf…
-
hey @aead!
thanks for your work on a golang implementation of argon2 and on upstreaming it to `x/crypto`.
I was hoping to make use of `argon2d` as a key derivation function for a personal key ba…
-
I did the following:
1. Downloaded the 3.6 release zip
2. Added the addons
3. Browsed to root (in my local dev environment)
4. Found a blank page (no errors)
If I follow the same steps using …
-
| Q | A
| ---------------- | -----
| Bug report? | no
| Feature request? | no
| BC Break report? | no
| RFC? | no
| Symfony version | all
While analyzing Symf…
-
- Laravel Version: 5.5.25
- PHP Version: 7.2.0
- Database Driver & Version:
### Description:
Please add a choice of hashing algorithm for password_hash and password_needs_rehash functions.
In p…
-
Hi,
i freshly downloaded with git V3.3 release and try to compile it. looks one file is missing. i m not sure
FAILED: esp-idf/esp32/esp32.common.ld
used sample v3.3\examples\protocols\http_…
-
Seems like #521 was not enough: after upgrading my image I get
> Use of undefined constant PASSWORD_ARGON2I
No idea why though.
Meanwhile I keep using sodium but it bother me to use it for ar…