node-browserify-aes 1.0.8-1 source package in Ubuntu

Changelog

node-browserify-aes (1.0.8-1) unstable; urgency=medium

  * New upstream version

 -- Bastien Roucariès <email address hidden>  Thu, 07 Sep 2017 16:33:35 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-browserify-aes_1.0.8-1.dsc 2.4 KiB c89668691ce6416fe3f8f02d9a3698f8c554ec718508d6bfde62f9fd762ed33c
node-browserify-aes_1.0.8.orig.tar.gz 187.7 KiB 01f7fba4f8b9938aa4463b6415f14f6c69c76ceafa58d691fdeb23d05321ca19
node-browserify-aes_1.0.8-1.debian.tar.xz 4.4 KiB 0f3a4fc13a8d495d7f4fb13684c37563e4a721464b5ab0a03217fb6de45bb493

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.