6dd00e11 BA |
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. |