-
### Problem:
The package **cnchi** is vulnerable due using weak password hashing as it creates users for your OS installation.
### Steps To Reproduce:
Install **Antergos** with any version of cur…
-
Hey @jirikuncar, thanks for all your recent work on Flask-Security.
I've been having a pretty weird time with the recent v3 release. Our tests now run about 10 times more slowly than before - and d…
-
**Organization Name (N/A, if individual):** N/A
**Organization Type (see below for codes)**: 4
**Document (63-3, 63A, 63B, or 63C)**: 63B
**Reference (Include section and paragraph number)**…
-
```c
// {"$money$1*103c3428c8f4e440*5aa4a678", "Müller"}, // Not yet working, Jackcess does not work either!
{"$money$1*103c3428c8f4e440*5aa4a678", "M|ller"}, // Same hash but this password is cra…
-
This is very notable in the DMG format. I believe auto-tune is always done with test-vector iteration counts of 1000, while real-world hashes of today are in the hundred-thousands.
Should be easy, …
-
When trying to execute:
`./john --test=0 --format=descrypt-opencl --device=0`
I got this output:
```
Device 0: GeForce GTX 970
Testing: descrypt-opencl, traditional crypt(3) [DES OpenCL]... Bui…
-
Hi,
I've been working on a tool to manage hashcat tasks via a UI using the ability to link against libhashcat. I want to use a potfile but I have an issue around `--show` where hashcat will exit wi…
-
New algorithm: Ethereum PBKDF2-SHA256
Use: Currently in use by Ethereum wallets to secure the wallet encryption password.
The algorithm design is explained very well here: https://github.com/eth…
-
Server Version - 0.3.2
Client Version - 0.43.13
Hashcat Version - 3.6.0
Task - mono ./hashtopusy
Debug output -
Client Version 0.43.13
Checking for client updates
{"action":"update","type"…
-
Hi,
we encountered a system with interesting challenge response:
1. a Salt is given as 28 bytes
1. a 16 byte Password is split into a left and right half
1. two hashes (md5hmac(left, salt, 16) …