[ 原始碼: node-trust-keyto ]
套件:node-trust-keyto(2.0.0~alpha1-3)
node-trust-keyto 的相關連結
Debian 的資源:
下載原始碼套件 node-trust-keyto:
- [node-trust-keyto_2.0.0~alpha1-3.dsc]
- [node-trust-keyto_2.0.0~alpha1.orig.tar.gz]
- [node-trust-keyto_2.0.0~alpha1-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [eternaldeiwos.github.io]
相似套件:
utility for translating cryptographic keys between representations
This Node.js library implements routines to translate between multiple cryptographic key representations.
RSA
* PKCS1 * PKCS8 * JWK
ECDSA - secp256k1 (Blockchain Curve)
* PKCS1 (Private Only) * PKCS8 * JWK * BLK (Private Key Hex String)
ECDSA - secp256r1 (P-256)
* PKCS1 (Private Only) * PKCS8 * JWK
ECDSA - secp384r1 (P-384)
* PKCS1 (Private Only) * PKCS8 * JWK
ECDSA - secp521r1 (P-521)
* PKCS1 (Private Only) * PKCS8 * JWK
Node.js is an event-based server-side JavaScript engine.
其他與 node-trust-keyto 有關的套件
|
|
|
|
-
- dep: node-asn1.js
- ASN.1 encoder and decoder (DER)
-
- dep: node-base64url
- conversion to and from base64url
-
- dep: node-elliptic
- fast elliptic curve cryptography in pure javascript