-1

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

Kourosh Samia
  • 321
  • 1
  • 5
  • 12

2 Answers2

3

There's a javascript implementation here.

nedm
  • 5,630
  • 5
  • 32
  • 52
2

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

Warner
  • 23,756
  • 2
  • 59
  • 69