Name: Hash 2X Author: Bxsciencer (aka Jason Lee) Download: Hash2x.zip Compatibility: Parent page not set File Size: 1356 bytes |
This is a multivariable hash function that I created. Its pretty fast (especially on a computer), and can have outputs of any size greater than 8 (any less is ridiculously insecure, although a simple edit to the program will allow for any output size greater than 0). However, due to the limitations of the 83/84, 256 is the max inputs and outputs for the moment. The outputs are stored in Str1, so they can be recalled. There has been no editing of anything except for the files included in this download. PS. Any help in analyzing this algorithm is most welcome and greatly appreciated. |
Want to update this page?
- Upload new files to provide up-to-date versions of your program;
- or Edit the content of this page to provide up-to-date information about your program.
A moderator will only process these changes if you add the word update to the list of tags
What the community thinks:
Dear Jason,
Have found a method to find second preimages for HASH 2X. It exploits the fact that two digits with the same integer value modulo 154 will produce the same value of "password" after the loop
The code below, if put in the main program of the Python program in Hash2x.zip, can be used to find second preimages instantaneously, for any digest length.
Best,
JP