tiny-sha1


Tiny version of SHA-1 (Secured Hash Algorithm) in Javascript

Introduction

This is one of the best light-weight and super fast SHA-1 (Secured Has Algorithm) library written in Javascript. The file size is only 1.3K.

Update

Version r4 has been launched already.

Features

Written in minimize-oriented way. The file size is only 1.3K. Written in Javascript. It can be applied to any client or server which support Javascript. Easy to use

Easy to use

use the following Javascript statement:

  • document.write(SHA1("The quick brown fox jumps over the lazy dog"));

The following result will be shown:

2fd4e1c67a2d28fced849ee1bb76e7391b93eb12

Project Information

The project was created on Jul 7, 2011.

Labels:
SHA-1 Secured-Hash-Algorithm Javascript