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

Changelog

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

  * Team upload
  * Fix field name case in debian/copyright (comment => Comment).
  * Drop dependency to nodejs
  * Fix test for tap >= 15 (--no-cov) (Closes: #1009606)

 -- Yadd <email address hidden>  Thu, 21 Apr 2022 18:29:18 +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
Questing release universe misc
Plucky release universe misc
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-aes_1.2.0-5.dsc 2.3 KiB c745c3f361e7726ff75775f9108cd759ab38198db0ef32501a85162cd325d4c4
node-browserify-aes_1.2.0.orig.tar.gz 188.6 KiB 981057c8199e4647641e57e812ca603c04cd80dab55eb8c66b4a5c9ce56f42de
node-browserify-aes_1.2.0-5.debian.tar.xz 5.1 KiB 0c1afebcd78ac2ffa41fcaf0c8b5910672625cd080772355832cfe16fb59ddba

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.