comprehensive list of algorithms?
#1
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.
#2
Code:
oclHashcat64.bin --help
#3
(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?
#4
special program specific algorithms are program-specific.
#5
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.
#6
these are mostly variations of hash(salt.pass) or hash(pass.salt) or similar stuff that is also implemented on its own.
#7
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.
#8
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.
#9
does this help?

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