File: control

package info (click to toggle)
jshash 2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 172 kB
  • sloc: python: 66; makefile: 18
file content (26 lines) | stat: -rw-r--r-- 917 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: jshash
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
 debhelper (>= 6),
 dh-buildinfo,
 yui-compressor
Standards-Version: 3.9.1
Homepage: http://pajhome.org.uk/crypt/md5/
Vcs-Git: git://git.debian.org/git/collab-maint/jshash
Vcs-Browser: http://git.debian.org/?p=collab-maint/jshash.git

Package: libjs-jshash
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: calculate secure hash algorithms in JavaScript
 JavaScript implementation of some secure hash algorithms:
  * MD5 Message Digest Algorithm (RFC 1321)
  * RIPEMD-160 Algorithm
  * SHA-1 Secure Hash Algorithm (FIPS 180-1)
  * SHA-256 Secure Hash Algorithm (FIPS 180-2)
  * SHA-512 Secure Hash Algorithm (FIPS 180-2)
  * HMAC Keyed-Hashing for Message Authentication (RFC 2104)