Hey!
Have you ever worked on something, and suddenly realised "damn, I need a user friendly website where I can just input something and get an MD5 hash of said input + random salt returned!"?
Then look no further!
I found myself needing that exact thing just now, so one, two, Javascript, here it is! Hasher is born.
Credits: crypto-js for the javascript implementation of the hashing algorithm
Source: https://github.com/mortie/hasher
Have you ever worked on something, and suddenly realised "damn, I need a user friendly website where I can just input something and get an MD5 hash of said input + random salt returned!"?
Then look no further!
I found myself needing that exact thing just now, so one, two, Javascript, here it is! Hasher is born.
Credits: crypto-js for the javascript implementation of the hashing algorithm
Source: https://github.com/mortie/hasher