07-15-2014, 03:42 PM
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.
comprehensive list of algorithms?
|
07-15-2014, 03:42 PM
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.
07-15-2014, 03:53 PM
Code: oclHashcat64.bin --help
07-15-2014, 04:54 PM
(07-15-2014, 03:53 PM)unix-ninja Wrote: I have checked the output to --help and it has many algorithms listed as Code: * Specific hash types: 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?
special program specific algorithms are program-specific.
07-16-2014, 09:00 PM
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.
07-16-2014, 09:10 PM
these are mostly variations of hash(salt.pass) or hash(pass.salt) or similar stuff that is also implemented on its own.
07-16-2014, 09:21 PM
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.
07-17-2014, 12:05 AM
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.
07-23-2014, 09:10 AM
|
« Next Oldest | Next Newest »
|