Download List

项目描述

jsSHA is a JavaScript implementation of the complete SHA family of hashes, as well as HMAC. It includes SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-09-01 22:54
1.3

声明认为类的方式发生了变化。几个方法和属性被转移到类的范围,降低了图书馆的整体内存使用情况。几个加快哈希代小也作了优化。
The way that classes are declared was changed. Several methods and properties were moved to class scope, reducing overall memory usage of the library. Several small optimizations that speed up the hash generation were also made.

2009-07-23 21:51
1.2

阿大提出了一些补充,其中包括备受要求HMAC算法,并支持16进制的投入。几个功能经过了调整,在造成显着的性能提升。一个不同的JavaScript压缩器,它产生一个较高的文件压缩比率。
A number of large additions were made, including the much-requested HMAC algorithm and support for hex-based inputs. Several functions were tweaked, resulting in a significant performance boost. A different JavaScript compressor is used, which yields a higher file compression ratio.

2008-12-10 08:39
1.11

此版本修正了基于64位编码问题造成的失踪资本的X'。
标签: Minor bugfixes
This release fixes a base-64 encoding issue resulting from a missing capital 'X'.

2008-09-27 01:42
1.1

为了防止污染的全局变量,所有的功能已被移到jsSHA对象。这种转变,该接口用于计算哈希发生了巨大变化。对象为导向的架构也为哈希结果允许内部缓存,从而导致性能提升。 jsSHA(特别sha.js)现在对JSLint验证使用“推荐奖”的设置。另外,用于生产目的的文件的大小是大幅缩水。
标签: Major feature enhancements
In order to prevent global variable pollution, all functionality has been moved to a jsSHA object. With this change, the interface used to calculate hashes has changed significantly. The object-orientated architecture also allowed for hash results to be cached internally, which can lead to performance gains. jsSHA (specifically sha.js) now validates against JSLint using "Recommended" settings. Also, the size of the files meant for production use was shrunk drastically.

2008-02-22 16:43
0.1

标签: Initial freshmeat announcement

Project Resources