Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: keepass kdbx version 4 file
Post: RE: keepass kdbx version 4 file
marc1n Wrote: (08-24-2022, 08:14 AM)
--
JunkPassword Wrote: (08-24-2022, 12:02 AM)
--
Is anyone aware of a parser to extract hash from Keepass version 4 kdbx? I tried keepass2john, but this version ... |
|
JunkPassword |
hashcat
|
2 |
7,263 |
08-24-2022, 08:17 PM |
|
|
Thread: keepass kdbx version 4 file
Post: keepass kdbx version 4 file
Is anyone aware of a parser to extract hash from Keepass version 4 kdbx? I tried keepass2john, but this version is not supported.
If anyone has managed to extract a hash from kdbx, were you able ... |
|
JunkPassword |
hashcat
|
2 |
7,263 |
08-24-2022, 12:02 AM |
|
|
Thread: hackmdio codimd Scrypt.kdf hash format
Post: RE: hackmdio codimd Scrypt.kdf hash format
From the above key, it seems pretty clear where to extract N,r,p,salt.
I'm not sure about which bytes to use for the digest portion of the hashcat format however. I've tried:
- the entire key (i.... |
|
JunkPassword |
hashcat
|
7 |
8,053 |
08-11-2022, 10:37 PM |
|
|
Thread: hackmdio codimd Scrypt.kdf hash format
Post: RE: hackmdio codimd Scrypt.kdf hash format
another reference for key format
https://github.com/chrisveness/scrypt-kdf |
|
JunkPassword |
hashcat
|
7 |
8,053 |
08-11-2022, 10:16 PM |
|
|
Thread: hackmdio codimd Scrypt.kdf hash format
Post: RE: hackmdio codimd Scrypt.kdf hash format
RFC has test vectors (although fewer bytes than the app's key / cipher text)
https://www.rfc-editor.org/rfc/rfc7914 |
|
JunkPassword |
hashcat
|
7 |
8,053 |
08-11-2022, 10:15 PM |
|
|
Thread: hackmdio codimd Scrypt.kdf hash format
Post: RE: hackmdio codimd Scrypt.kdf hash format
brief update:
based on the above offsets, I parsed the db hashes and reformatted for hashcat.
hashcat accepts input w/o errors, but I am unable to recover known plain text
I think I am still... |
|
JunkPassword |
hashcat
|
7 |
8,053 |
08-09-2022, 06:40 PM |
|
|
Thread: hackmdio codimd Scrypt.kdf hash format
Post: RE: hackmdio codimd Scrypt.kdf hash format
https://github.com/Tarsnap/scrypt/blob/master/FORMAT
scrypt encrypted data format
----------------------------
offset length
0 6 "scrypt"
6 1 scrypt data file version number (== 0... |
|
JunkPassword |
hashcat
|
7 |
8,053 |
08-09-2022, 12:49 AM |
|
|
Thread: hackmdio codimd Scrypt.kdf hash format
Post: RE: hackmdio codimd Scrypt.kdf hash format
related forum article
re: https://hashcat.net/forum/thread-5765.html |
|
JunkPassword |
hashcat
|
7 |
8,053 |
08-09-2022, 12:42 AM |
|
|
Thread: hackmdio codimd Scrypt.kdf hash format
Post: RE: hackmdio codimd Scrypt.kdf hash format
from https://hashcat.net/forum/thread-5765.html
SCRYPT:N:r:p:base64(salt):base64(digest)
from https://github.com/chrisveness/scrypt-kdf/blob/master/scrypt.d.ts
const params = Scrypt.pickParams(0.1);... |
|
JunkPassword |
hashcat
|
7 |
8,053 |
08-08-2022, 07:27 PM |
|
|
Thread: hackmdio codimd Scrypt.kdf hash format
Post: hackmdio codimd Scrypt.kdf hash format
I am trying to figure out how to audit hashes created by codimd open source software. Does anyone have any suggestions about re-formatting the password hashes for hashcat input?
Based on the code i... |
|
JunkPassword |
hashcat
|
7 |
8,053 |
08-08-2022, 03:48 PM |
|
|
Thread: dapp / digital currency for password cracking
Post: RE: dapp / digital currency for password cracking
Thank you both for taking the time to reply. It really helped me understand some areas where there were huge gaps in my understanding in general.
Some of the details of what I understand about you... |
|
JunkPassword |
General Talk
|
4 |
10,937 |
01-19-2020, 12:32 AM |
|
|
Thread: dapp / digital currency for password cracking
Post: dapp / digital currency for password cracking
The hash rates of major crytocoin networks seem staggering (e.g. estimated 120,000,000 TH/s in bitcoin network https://www.blockchain.com/en/charts/hash-rate), even when compared to state of the art c... |
|
JunkPassword |
General Talk
|
4 |
10,937 |
01-10-2020, 05:47 AM |
|
|
Thread: GHash
Post: RE: GHash
On the actual system, it appears that its tab delimited (no new lines) userid, hash, userid, hash... However I an not 100% sure due to ASCII / encoding display.
dhiru Wrote: (08-15-2018, 01:24 P... |
|
JunkPassword |
hashcat
|
5 |
14,987 |
08-18-2018, 09:24 PM |
|
|
Thread: GHash
Post: RE: GHash
undeath Wrote: (08-07-2018, 11:42 PM)
--
what is G-Hash-32?
--
The format of the password file appears to be a space / tab delimited list of numerical user ID followed by an eight digit numerical ... |
|
JunkPassword |
hashcat
|
5 |
14,987 |
08-09-2018, 01:40 AM |
|
|
Thread: GHash
Post: GHash
From what I can tell, hashcat does not have a module for G-Hash-32. Does anyone know of a program than can encrypt (e.g. for use in a known plain text attack) or crack G-Hash-32 hashes? I am trying (w... |
|
JunkPassword |
hashcat
|
5 |
14,987 |
08-07-2018, 11:33 PM |