Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: which is the correct salt file format?
Post: which is the correct salt file format?
Hi,
I have a single password (00000000) and its' corresponding SHA256 hash (CAE201A8B791CA25B81B04876CACD62897883EE4C1907D2BD51D5671FEEC7562) and I am trying to find the salt. I expect that the sal... |
|
tlc |
Old hashcat Support
|
15 |
28,801 |
02-21-2012, 03:01 PM |
|
|
Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?
@atom: the plaintext represents only the salts (each per row):
Code:
--
root@tlc2:/root/samsung_xcover $ head -4 salt.txt
0000000000000000
0000000000000001
0000000000000002
0000000000000003
... |
|
tlc |
Old hashcat Support
|
15 |
28,801 |
02-21-2012, 03:54 PM |
|
|
Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?
Yes, I used the hex format for the salt file (two characters for one byte). I didn't know that it does not work with hashcat...
Is there any way in which I could feed "binary" salts to hashcat? (more ... |
|
tlc |
Old hashcat Support
|
15 |
28,801 |
02-21-2012, 04:31 PM |
|
|
Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?
Thank you.
To verify that I understood you right, could you tell me if my statements are correct (inside the following image)?
https://s13.postimage.org/z9uro03mf/binary_salts.jpg |
|
tlc |
Old hashcat Support
|
15 |
28,801 |
02-22-2012, 10:03 AM |
|
|
Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?
Ok. I borrowed an AMD HD 5550 video card, so now I can use oclHashcat.
Please advise how the proper command line should look in order to crack this one:
- a SHA256 hash (such as CAE201A8B791CA25B81B04... |
|
tlc |
Old hashcat Support
|
15 |
28,801 |
02-23-2012, 01:02 PM |
|
|
Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?
Ok, thanks.
Can you create a special charset that would specify bytes with low ASCII codes? Such as the ASCII range from 0 to 31? Or the possibility to somehow specify EACH of the first 31 ASCII code... |
|
tlc |
Old hashcat Support
|
15 |
28,801 |
02-23-2012, 01:25 PM |
|
|
Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?
Ok, thanks, now I have a very clear image of how the salt can be referred in the whole equation.
Atom, is there any chance that you would increase the number of characters to 16 for oclhashcat-*?
Tha... |
|
tlc |
Old hashcat Support
|
15 |
28,801 |
02-23-2012, 02:39 PM |