node-browserify-aes 1.2.0-4 source package in Ubuntu

Changelog

node-browserify-aes (1.2.0-4) unstable; urgency=medium

  [ Xavier Guimard ]
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Switch test and install to pkg-js-tools

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation
    lines.
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on node-buffer-xor,
      node-cipher-base, node-create-hash, node-evp-bytestokey, node-inherits,
      node-safe-buffer, node-tap and node-tape.
    + node-browserify-aes: Drop versioned constraint on node-buffer-xor,
      node-cipher-base, node-create-hash, node-evp-bytestokey, node-inherits,
      node-safe-buffer and nodejs in Depends.

  [ Bastien Roucariès ]
  * MA: foreign

 -- Bastien Roucariès <email address hidden>  Tue, 14 Sep 2021 11:19:06 +0000

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-browserify-aes_1.2.0-4.dsc 2.3 KiB 7601d2c278ab610b0c2c01db19ed7c1798d4faa7eb710d2dcb74a8cd7aae67ca
node-browserify-aes_1.2.0.orig.tar.gz 188.6 KiB 981057c8199e4647641e57e812ca603c04cd80dab55eb8c66b4a5c9ce56f42de
node-browserify-aes_1.2.0-4.debian.tar.xz 5.0 KiB 1cc358c013cc85383e004b9c9093e99bde141dd041290ed94bc77483e96d1a91

Available diffs

No changes file available.

Binary packages built by this source

node-browserify-aes: AES implementation written in pure javascript

 The Advanced Encryption Standard (AES), also known by its original
 name Rijndael is an algorithm for the encryption of data
 established by the U.S. National Institute of Standards and
 Technology (NIST).
 .
 The algorithm described by AES is a symmetric-key algorithm,
 meaning the same key is used for both encrypting and decrypting the data.
 AES is based on a design principle known as a substitution-permutation
 network, a combination of both substitution and permutation.
 Unlike its predecessor DES, AES does not use a Feistel network.
 AES is a variant of Rijndael which has a fixed block size of 128 bits,
 and a key size of 128, 192, or 256 bits
 .
 Node.js is an event-based server-side JavaScript engine.