套件: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