crypto-js
Crypto standard library
A JavaScript library implementing various cryptographic standards
JavaScript library of crypto standards.
16k stars
257 watching
2k forks
Language: JavaScript
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
clipperz/javascript-crypto-library | A comprehensive JavaScript library providing efficient cryptographic functions for web development. | 287 |
gwjjeff/cryptojs | A cryptographic library providing secure algorithms for data encryption and decryption in JavaScript. | 327 |
digitalbazaar/forge | A JavaScript implementation of TLS and cryptographic tools for building network-heavy web applications | 5,081 |
ethers-io/ethers.js | A comprehensive JavaScript library for interacting with the Ethereum blockchain | 7,974 |
dcodeio/bcrypt.js | An optimized version of bcrypt in plain JavaScript with no dependencies. | 3,534 |
cryptocoinjs/coinkey | A JavaScript library for generating and manipulating private keys, public keys, and addresses for various cryptocurrencies. | 149 |
bcoin-org/bcoin | An implementation of the Bitcoin protocol in JavaScript and C/C++ for Node.js and browsers. | 3,016 |
cryptocoinjs/cryptocoin | A JavaScript library for interacting with cryptocurrencies in the browser. | 140 |
ethereum/js-ethereum-cryptography | A collection of audited cryptographic primitives needed to work with Ethereum. | 706 |
cryptocoinjs/secp256k1-node | A Node.js binding for an optimized C library for EC operations on the secp256k1 curve | 349 |
bitcoinjs/bitcoinjs-lib | A JavaScript library providing an implementation of Bitcoin transactions and APIs. | 5,701 |
originjs/crypto-js-wasm | An alternative to crypto-js implemented with WebAssembly and ESM | 223 |
pubkey/eth-crypto | Provides cryptographic functions for Ethereum transactions and smart contracts | 878 |
cryptocoinjs/coininfo | Provides standardized data for various cryptocurrencies | 116 |
tonyg/js-nacl | A JavaScript API wrapper for cryptographic routines from the libsodium library. | 493 |