libjs-jsencrypt 2.3.0+dfsg2-3 source package in Ubuntu

Changelog

libjs-jsencrypt (2.3.0+dfsg2-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Move source package lintian overrides to debian/source.

  [ Edward Betts ]
  * Correct GitHub URLs in debian/copyright and debian/upstream/metadata

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + libjs-jsencrypt: Add Multi-Arch: foreign.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Fix debian/watch
  * Update standards version to 4.6.0, no changes needed.

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 09:13:12 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjs-jsencrypt_2.3.0+dfsg2-3.dsc 2.0 KiB 4e5309f1d09c737ec296c2cfa356ad4ddef4238cc9bc95e3885d735cd4db8454
libjs-jsencrypt_2.3.0+dfsg2.orig.tar.xz 87.4 KiB ec016d5e8e7a5c1d0807aaeddd5fb2abbb31a10455e3c8bf7a590b99e6e13249
libjs-jsencrypt_2.3.0+dfsg2-3.debian.tar.xz 3.9 KiB 966b84d5ff87bb22c5cd20de906f173f05fb65051368c6b297d4e589e9916e98

Available diffs

No changes file available.

Binary packages built by this source

libjs-jsencrypt: 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.