Does anyone know a good free SHA1 hash generator? I am trying to has some info on the client side before post it back. I need a free SHA1 hash generator.

Thanks

link|improve this question

50% accept rate
feedback

2 Answers

up vote 3 down vote accepted

There's a javascript implementation here.

link|improve this answer
feedback

The sha1sum command is included with many Linux distributions. In CentOS 5.5, it's part of the coreutils package.

link|improve this answer
I really appreciate it but, I needed something in JavaScript which I found it. – Kourosh Samia Dec 23 '10 at 20:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.