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

Changelog

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

  * Bump policy and debhelper
  * Install to /usr/share

 -- Bastien Roucariès <email address hidden>  Wed, 04 Sep 2019 11:00:30 +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
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-browserify-aes_1.2.0-3.dsc 2.4 KiB 9dfafaa74887d17011fa237bacb22589f72f3294bcf54b59bbb9d6cc37d9779b
node-browserify-aes_1.2.0.orig.tar.gz 188.6 KiB 981057c8199e4647641e57e812ca603c04cd80dab55eb8c66b4a5c9ce56f42de
node-browserify-aes_1.2.0-3.debian.tar.xz 5.0 KiB d5ce9a1c323ea42143bb5c93f70d85d86f81cedf331901f279062f3b545374f6

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.