secp256k1-pure
This module provides a pure js implementation of secp256k1-node
This module provides a pure js implementation of secp256k1-node
fork of secp256k1 -- using js only version for cross-platform container deploy (not optimal solution)
Another attempt implement fast cryptography for JavaScript
Universal 'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK with no dependencies
A secretlint rule that checks for secp256k1 private keys.
secp256k1-zkp node package for MW.
Hybrid EC encryption scheme that EC curve secp256k1, and chacha20-poly1305 or aes-256-gcm to encrypt data. The returned data is a packed Buffer with the public key, nonce/iv, tag, and encrypted data.
Use this to encrypt, decrypt, sign and verify data with an ethereum public- or privateKey
zero knowledge authentication and api keys
Universal 'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK with no dependencies
React Native library for encoding ECDSA private keys to PEM, DER and raw hex formats
[secp256k1](https://www.secg.org/sec2-v2.pdf), an elliptic curve that could be used for asymmetric encryption, ECDH key agreement protocol and deterministic ECDSA signature scheme from RFC6979.
Elliptic Curve Integrated Encryption Scheme (ECIES) implementation for node.js
Elliptic Curve Integrated Encryption Scheme (ECIES) implementation for node.js
N-API Crypto bindings.
Better JavaScript Elliptic curve cryptography library
Compchain encryption library
node.js library for encoding, decoding, and verifying JSON Web Tokens (JWTs)
Library for operations on secp256k1 keys.
Hybred EC encrytion scheme that EC curve secp256k1, and chacha20-poly1305 to encrypt data. The returned data is a packed Buffer with the public key, nonce, tag, and encrypted data.