node-browserify-aes 1.1.1-2 source package in Ubuntu

Changelog

node-browserify-aes (1.1.1-2) unstable; urgency=medium

  * Bump policy no changes
  * Bump compat to 11

 -- Bastien Roucariès <email address hidden>  Sun, 18 Feb 2018 23:41:54 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-browserify-aes_1.1.1-2.dsc 2.5 KiB 682d8dbdf9294d58b2d834bf8d3558e662a901cfea2d41d609e63d6611e48a15
node-browserify-aes_1.1.1.orig.tar.gz 188.5 KiB 5044989a3c97fd5386eb9b1fcafa4052613fcb85860c02d11b7316604c9e1d67
node-browserify-aes_1.1.1-2.debian.tar.xz 4.7 KiB 41fc1097f3588dac8ab9eac882411ce6332c7f8f136b7786802a1a16a0a11c73

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.