软件包:node-browserify-aes(1.2.0-5)
node-browserify-aes 的相关链接
Debian 的资源:
下载源码包 node-browserify-aes:
- [node-browserify-aes_1.2.0-5.dsc]
- [node-browserify-aes_1.2.0.orig.tar.gz]
- [node-browserify-aes_1.2.0-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 node-browserify-aes 有关的软件包
|
|
|
|
-
- dep: node-buffer-xor
- Simple module for bitwise-xor on buffers
-
- dep: node-cipher-base
- abstract base class for crypto-streams
-
- dep: node-create-hash
- create hashes for browserify
-
- dep: node-evp-bytestokey
- secure key derivation algorithm in pure javascript
-
- dep: node-inherits
- Node.js module that exposes inherits function
-
- dep: node-safe-buffer
- Safer Node.js Buffer API