Source: node-browserify-aes Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès , Pirate Praveen Build-Depends: debhelper-compat (= 12) , dh-buildinfo , nodejs (>= 10) , node-create-hash (>= 1.1.0) , node-evp-bytestokey (>= 1.0.3) , node-cipher-base (>= 1.0.0) , node-inherits (>= 2.0.1) , node-buffer-xor (>= 1.0.3) , node-safe-buffer (>= 5.0.1) , node-tape (>=4.6) , node-tap (>=10) Standards-Version: 4.4.0 Homepage: https://github.com/crypto-browserify/browserify-aes Vcs-Git: https://salsa.debian.org/js-team/node-browserify-aes.git Vcs-Browser: https://salsa.debian.org/js-team/node-browserify-aes Package: node-browserify-aes Architecture: all Depends: ${misc:Depends} , nodejs (>= 10) , node-create-hash (>= 1.1.0) , node-evp-bytestokey (>= 1.0.3) , node-cipher-base (>= 1.0.0) , node-inherits (>= 2.0.1) , node-buffer-xor (>= 1.0.3) , node-safe-buffer (>= 5.0.1) Description: 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.