projects
/
sha1.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
remove extra braces
[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.