[ 源代码: node-browserify-cipher ]
软件包:node-browserify-cipher(1.0.1-2)
node-browserify-cipher 的相关链接
Debian 的资源:
下载源码包 node-browserify-cipher:
- [node-browserify-cipher_1.0.1-2.dsc]
- [node-browserify-cipher_1.0.1.orig.tar.gz]
- [node-browserify-cipher_1.0.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
ciphers for the browser
Provides createCipher, createDecipher, createCipheriv, createDecipheriv and getCiphers for the browserify. Includes AES and DES ciphers.
This library is a dependency for webpack. Webpack takes code targeted at node.js and makes it run in the browser. Node.js comes with API of its own that is not available in the browsers. Webpack exposes this code to programs that are unaware they are running in a browser.
Node.js is an event-based server-side JavaScript engine.
其他与 node-browserify-cipher 有关的软件包
|
|
|
|
-
- dep: node-browserify-aes
- AES implementation written in pure javascript
-
- dep: node-browserify-des
- browserify DES cryptographic operation
-
- dep: node-evp-bytestokey
- secure key derivation algorithm in pure javascript