projects
/
sha1.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
97d6a30a3b95a71fe30129633809098dab188be6
[sha1.git]
/
README.md
1
# sha1.js
2
3
Just a few lines of javascript code to compute the Sha-1 sum, which
4
I often use to validate some secret string on a website.
5
6
It's actually limited to "not-too-long" messages: as far as you don't
7
hash a big file everything should be fine.