-
```bash
This runscript will attempt to clone and build a custom version of argon2i for use with this miner.
It will also modify the run.sh file to use the built version of argon2i.
It requires git,…
-
I get the following error when I try to hash a password :
**[Error: src.length=12 srcPos=-20 dst.length=32 dstPos=0 length=32]**
Here is my code :
```
import { Argon2, Argon2Mode } from '@sphe…
Eldii updated
6 months ago
-
The current handling of the KDF functionality is somewhat suboptimal in my opinion.
two variables: `KDF` for `pbkdf` & `ARGON2` für argon2
[check and setting both variables](https://github.com/dyn…
-
The Passphrase-Based KDF used to derive wallet encryption keys is currently just an iterated salted SHA-512 hash, documented at https://www.openssl.org/docs/manmaster/crypto/EVP_BytesToKey.html . The …
-
Hi,
I have found a failing test. This way, salt is wrongly base64 decoded to only 15 bytes instead of 16 and verification fails. Probably more Keycloak bug, but maybe can interest you.
@Test…
-
I'm struggling to use the libargon2 library. The final printf statement doesn't produce the raw output that I was expecting.
Any support with this issue will be appreciated:
Here's my code:
```
#incl…
-
[RFC9106](https://datatracker.ietf.org/doc/rfc9106/) provides the foundational work for eventually using Argon2 for e.g. PKCS#5. However, what's missing is an ASN.1 module to do so.
There's such a …
-
**Is your feature request related to a problem? Please describe.**
Swift doesn't have a Linux-compatible implementation of/binding to the Argon2 password hashing algorithm, and the libraries which do…
-
I'm trying to brute-force a LUKS encrypted drive through mask attack but I'm getting this error:
`"Hashfile 'header.luks': Invalid LUKS version"`
I'm running hashcat 5.1.0 on Debian Buster 64bi…
-
### What is the type of issue?
Something else
### What is the issue?
[OWASP](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html) recommends that for Argon2id:
> Use…