Pages

Friday, June 19, 2015

Made the Strong Hashing Algorithm Bidirectional!

I've been rather busy lately, and I had some trouble trying to implement known bidirectional (two-way) hashing algorithms, which is why I haven't made much progress lately. I decided instead to build off of my unidirectional (one-way) hashing algorithm from last time and make it bidirectional.

I have just finished doing so, it works well, and, most importantly, it is entirely uncrackable (again, joking). Twenty eighth step complete; here is some sample output in hex form (I can easily change the seed, shared data between both ends, salt, iterations, and hash length):

Now I can resume work on the login process.

No comments:

Post a Comment