File: control

package info (click to toggle)
libjs-jsencrypt 2.3.0%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 692 kB
  • sloc: javascript: 9,892; makefile: 11; sh: 6
file content (30 lines) | stat: -rw-r--r-- 968 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
27
28
29
30
Source: libjs-jsencrypt
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Section: javascript
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , gulp (>= 4)
 , node-gulp-concat
 , yui-compressor
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/libjs-jsencrypt
Vcs-Git: https://salsa.debian.org/js-team/libjs-jsencrypt.git
Homepage: https://travistidwell.com/jsencrypt/
Rules-Requires-Root: no

Package: libjs-jsencrypt
Architecture: all
Depends:
 ${misc:Depends}
Recommends:
 javascript-common
Multi-Arch: foreign
Description: RSA Encryption in JavaScript
 JSEncrypt provides a simple wrapper around the fantastic work done by Tom Wu
 for RSA Encryption in JavaScript (ie: the jsbn Javascript library). JSEncrypt
 works hand-in-hand with openssl.
 .
 With JSEncrypt, you can generate private and public keypairs, then use them to
 encrypt and decrypt.