node-browserify-des 1.0.2-6 source package in Ubuntu

Changelog

node-browserify-des (1.0.2-6) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.1
  * Drop protocols unsupported by OpenSSL 3 (Closes: #1011852)

 -- Yadd <email address hidden>  Wed, 01 Jun 2022 11:24:41 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-browserify-des_1.0.2-6.dsc 2.2 KiB 9660b135ad868360ba1def23a79d30c33f14d274eaca1ca9cd7a04636e512e60
node-browserify-des_1.0.2.orig.tar.gz 26.8 KiB 1e2782ba84f1f7178646a66ef6a87ba35d5b3076703cd1884b0c8a0fbd73320b
node-browserify-des_1.0.2-6.debian.tar.xz 3.5 KiB be9868ced8d1588b61e4ea744624bfaa9f4ecd5d3fbe559935ff436d54730a14

Available diffs

No changes file available.

Binary packages built by this source

node-browserify-des: browserify DES cryptographic operation

 This package allows one to browserify DES cryptographic operation.
 .
 The Data Encryption Standard (DES) is a symmetric-key algorithm for
 the encryption of electronic data. Although now considered insecure,
 it is implemented in standard cryptographic library implemented in
 Node.js.
 .
 This pure javascript module is needed for browserify. Browserify
 allows one to run javascript code in browser context.
 .
 Node.js is an event-based server-side JavaScript engine.