Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post [desc] Author Forum Replies Views Posted
    Thread: SHA1 - Unable to use MD5 as a password
Post: RE: SHA1 - Unable to use MD5 as a password

see here: Code: -- root@ht:~/hashcat# echo -n test | md5sum                                                               098f6bcd4621d373cade4e832627b4f6  - ro...
atom General Help 9 13,637 06-26-2016, 10:14 AM
    Thread: sha1 64 hex with only 8 variables
Post: RE: sha1 64 hex with only 8 variables

Right, there's no way to do this with hashcat unless a special new hash-mode is added. This depends on where that hash / salt combination that you talk about is used and if it makes sense to add it to...
atom Old oclHashcat Support 3 6,146 06-26-2014, 01:20 PM
    Thread: SHA1 and UTF8
Post: RE: SHA1 and UTF8

https://www.rurapenthe.me/2013/09/cracking-hashes-with-other-language.html
atom Old oclHashcat Support 12 18,352 06-01-2016, 11:09 AM
    Thread: SHA1 and UTF8
Post: RE: SHA1 and UTF8

While thinking a bit on it, I think that's also the way to go if we would add real multibyte support into hashcat. Otherwise you'd end up in too many branches. We also need to keep the same length for...
atom Old oclHashcat Support 12 18,352 06-03-2016, 10:10 PM
    Thread: SHA1 and UTF8
Post: RE: SHA1 and UTF8

That's correct, both points.
atom Old oclHashcat Support 12 18,352 06-09-2016, 05:42 PM
    Thread: SHA1 bad result
Post: RE: SHA1 bad result

need more informations to that. hashfile, wordlist, rulefiles, commandline, version, etc.. all that is required to reproduce it locally.
atom Very old oclHashcat-plus Support 3 7,548 01-13-2012, 10:47 AM
    Thread: SHA1 bad result
Post: RE: SHA1 bad result

ok thanks for the files. i was able to reproduce what happend. Quote: -- $ echo -n 1234 | iconv -f iso-8859-1 -t unicodelittle | sha1sum 139f69c93c042496a8e958ec5930662c6cccafbf - -- your orig...
atom Very old oclHashcat-plus Support 3 7,548 01-21-2012, 04:54 PM
    Thread: SHA1 Customized Algorithm
Post: RE: SHA1 Customized Algorithm

will be included in next oclhashcat-plus
atom Very old oclHashcat-lite Support 5 11,208 08-05-2012, 08:48 AM
    Thread: SHA1 hash with custom Characters in it.
Post: RE: SHA1 hash with custom Characters in it.

hey, hashcat is the wrong approach for this. what you basically need is a program that takes some input data or increments some input data and tests the resulting hash digest for the number you're ...
atom General Help 2 7,495 11-26-2013, 09:58 PM
    Thread: SHA1 hashfile bug
Post: RE: SHA1 hashfile bug

you as missing -a 3
atom Old hashcat Support 10 20,685 01-04-2012, 11:06 AM
    Thread: SHA1 hashfile bug
Post: RE: SHA1 hashfile bug

you screenshot does not show -a 3
atom Old hashcat Support 10 20,685 01-04-2012, 11:23 PM
    Thread: SHA1 hashfile bug
Post: RE: SHA1 hashfile bug

what i meant, do exactly the commandline from your example in the screenshot and add -a 3 to the command. it will work then. there is no problem in your screenshot its just wrongly used. if you do not...
atom Old hashcat Support 10 20,685 01-05-2012, 10:40 AM
    Thread: SHA1 hashfile bug
Post: RE: SHA1 hashfile bug

remove the -1
atom Old hashcat Support 10 20,685 01-06-2012, 03:51 PM
    Thread: sha1 salt question
Post: RE: sha1 salt question

why should that work? sha1($pass.$salt) is not sha1($salt.$pass)
atom General Help 2 7,852 11-23-2011, 11:15 AM
    Thread: SHA1 underscore salted ?
Post: RE: SHA1 underscore salted ?

you mean a username that ends with a : ?
atom General Help 9 15,120 02-27-2013, 10:14 AM
    Thread: SHA1 with long salt - alternatives?
Post: RE: SHA1 with long salt - alternatives?

there are many restrictions. one is that pass + salt can not be longer than 55 but there is another one both pass or salt can not be longer than 32
atom Old oclHashcat Support 5 9,470 04-14-2014, 01:53 PM
    Thread: sha1($hex_salt.$pass)
Post: RE: sha1($hex_salt.$pass)

thats already supported by regular oclHashcat
atom Feature Requests 4 15,125 09-16-2011, 06:47 PM
    Thread: sha1($hex_salt.$pass)
Post: RE: sha1($hex_salt.$pass)

is it about dictionary support? or rules? cause maybe i could add it to plus...
atom Feature Requests 4 15,125 09-16-2011, 11:18 PM
    Thread: sha1($hex_salt.$pass)
Post: RE: sha1($hex_salt.$pass)

Done with oclHashcat-plus v0.09: https://hashcat.net/forum/thread-1541.html Thread closed
atom Feature Requests 4 15,125 09-07-2012, 05:10 PM
    Thread: sha1($salt.$pass) algorithm
Post: RE: sha1($salt.$pass) algorithm

yes this will come back in the next oclHashcat-plus release
atom Feature Requests 2 13,124 08-10-2012, 11:11 AM