SimpleHash class support?
#1
I've come across a few instances where developers include and invoke the below SimpleHash class into a project, using this as a one way encryption for passphrases.

The original MD5 (or respective SHA) algorithm used gets pretty mangled when the salt is re-added, making isolating the original MD5 impossible.

Any chance for some kind of support, or any ideas from the community on how to test hashes computed using this class?

Link: SimpleHash C# class

Thanks in advance everybody!


Messages In This Thread
SimpleHash class support? - by scriptx - 11-02-2011, 10:43 PM
RE: SimpleHash class support? - by atom - 11-03-2011, 12:12 AM
RE: SimpleHash class support? - by scriptx - 11-03-2011, 12:23 AM
RE: SimpleHash class support? - by scriptx - 11-03-2011, 11:21 PM