fcrypto
Another attempt implement fast cryptography for JavaScript
Another attempt implement fast cryptography for JavaScript
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)
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
secp256k1-zkp node package for MW.
Universal 'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK with no dependencies
A secretlint rule that checks for secp256k1 private keys.
Better JavaScript Elliptic curve cryptography library
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.
JavaScript Elliptic curve cryptography library
[](https://travis-ci.com/ega-forever/esss)
Cryptographic functions for ethereum and how to use them with web3 and solidity
Cryptographic functions for ethereum and how to use them with web3 and solidity
Compchain encryption library
node.js library for encoding, decoding, and verifying JSON Web Tokens (JWTs)
zero knowledge authentication and api keys
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.