hashcat Forum
comprehensive list of algorithms? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: comprehensive list of algorithms? (/thread-3543.html)



comprehensive list of algorithms? - melvin2001 - 07-15-2014

Is there a resource to view a comprehensive list of algorithms? i am looking for a mode that is sha256(sha256($pass)+salt) but i have not seen a place to view this type of information.


RE: comprehensive list of algorithms? - unix-ninja - 07-15-2014

Code:
oclHashcat64.bin --help



RE: comprehensive list of algorithms? - melvin2001 - 07-15-2014

(07-15-2014, 03:53 PM)unix-ninja Wrote:
Code:
oclHashcat64.bin --help

I have checked the output to --help and it has many algorithms listed as

Code:
* Specific hash types:

   11 = Joomla
   21 = osCommerce, xt:Commerce
  101 = nsldap, SHA-1(Base64), Netscape LDAP SHA
  111 = nsldaps, SSHA-1(Base64), Netscape LDAP SSHA
  112 = Oracle 11g
  121 = SMF > v1.1
  122 = OSX v10.4, v10.5, v10.6
  131 = MSSQL(2000)
  132 = MSSQL(2005)
  141 = EPiServer 6.x < v4
1441 = EPiServer 6.x > v4
1711 = SSHA-512(Base64), LDAP {SSHA512}
1722 = OSX v10.7
1731 = MSSQL(2012)

which means i would have to google every hash type by name, and hope that any documentation available would use the same naming conventions. Have the basic details of the supported hashes never been documented anywhere?


RE: comprehensive list of algorithms? - undeath - 07-16-2014

special program specific algorithms are program-specific.


RE: comprehensive list of algorithms? - melvin2001 - 07-16-2014

I think its pretty obvious that specific applications implement specific algorithms. The questions is more of is there comprehensive documentation of these algorithms, or is this an opportunity to improve the current documentation.


RE: comprehensive list of algorithms? - undeath - 07-16-2014

these are mostly variations of hash(salt.pass) or hash(pass.salt) or similar stuff that is also implemented on its own.


RE: comprehensive list of algorithms? - melvin2001 - 07-16-2014

that is quite possibly one of the least helpful things i have ever read, and does not answer the question of if there is actual documentation of the specific algorithms used.


RE: comprehensive list of algorithms? - epixoip - 07-17-2014

what undeath is trying to say is that program-specific algorithms are not implemented in a generic way, they are optimized for the precise parameters used by that application and will not work outside of those parameters.


RE: comprehensive list of algorithms? - forumhero - 07-23-2014

does this help?

http://hashcat.net/wiki/doku.php?id=example_hashes