[ 原始碼: 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