[ 原始碼: node-public-encrypt ]
套件:node-public-encrypt(4.0.3-1)
node-public-encrypt 的相關連結
Debian 的資源:
下載原始碼套件 node-public-encrypt:
- [node-public-encrypt_4.0.3-1.dsc]
- [node-public-encrypt_4.0.3.orig.tar.gz]
- [node-public-encrypt_4.0.3-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
browserify version of publicEncrypt & privateDecrypt
This library provides publicEncrypt/privateDecrypt functions for browserify.
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-public-encrypt 有關的套件
|
|
|
|
-
- dep: node-bn.js
- Big number implementation in pure javascript
-
- dep: node-browserify-rsa
- RSA for browserify
-
- dep: node-create-hash
- create hashes for browserify
-
- dep: node-parse-asn1
- utility library for parsing asn1 files
-
- dep: node-randombytes
- random bytes from browserify stand alone