パッケージ: 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