This thread is for discussions of Create Hashes - MD5, SHA1, SHA256, SHA384, SHA512 .
Want to boost your .NET application performance?
Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.
Try it for yourself now.
Hi,
I'm using SHA1 to hash the some code in vb.net(desktop app). but when i create SHA1 in PHP it doesn't match with the one i created with vb.net.I filtered out all the special chars in hash generated using vb.net (like =,+ etc).The hash thus trimmed out is only 20-22 chars but when i used php itz above 30. Pls help me
Tom
Hi just like jitz I am struggling to realise a result that matches the SHA1 result when using php can anybody help clarify how to get the same result pls
Maybe you will find this post adds more light to the issue.
I'm sure you've found the answer by now, but in case anybody else is on the same quest, maybe this will help:
Porting the Equivalent of PHP’s MD5 to .NET platform in C#