bip38
Encryption library
Provides a JavaScript implementation of the BIP38 encryption standard to secure cryptocurrency private keys
BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is less susceptible to brute force attacks thus protecting the user.
211 stars
22 watching
100 forks
Language: JavaScript
last commit: 11 months ago
Linked from 1 awesome list
bip38bitcoinbitcoinjsencryptionjavascriptscrypt
Related projects:
Repository | Description | Stars |
---|---|---|
bitcoinjs/bip21 | Utility library for encoding and decoding Bitcoin-related data according to the BIP21 specification | 56 |
bitcoinjs/bip39 | A JavaScript library that enables deterministic key generation using Bitcoin's mnemonic code system | 1,101 |
infincia/bip39-rs | An implementation of BIP0039 encryption protocol for Bitcoin wallets | 54 |
bitcoinjs/bip68 | An encoding and decoding library for Bitcoin's relative lock-time specification. | 2 |
bitcoinjs/bip32-utils | A collection of utility functions for working with Hierarchical Deterministic (HD) key nodes | 75 |
cryptocoinjs/bs58 | A JavaScript library used to encode and decode base 58 strings commonly used in cryptocurrency transactions. | 215 |
bitcoinjs/bip66 | A module for encoding and decoding strict DER signatures in JavaScript. | 14 |
cryptocoinjs/coinkey | A JavaScript library for generating and manipulating private keys, public keys, and addresses for various cryptocurrencies. | 149 |
bitcoinjs/wif | A JavaScript module for encoding and decoding Bitcoin private keys in the WIF format | 80 |
bitcoinjs/bech32 | A Bech32 encoding/decoding library for Bitcoin transactions | 107 |
bitcoinjs/bs58check | A library that implements base58 encoding and decoding with checksum verification | 91 |
pubkey/eth-crypto | Provides cryptographic functions for Ethereum transactions and smart contracts | 878 |
cryptocoinjs/cryptocoin | A JavaScript library for interacting with cryptocurrencies in the browser. | 140 |
gwjjeff/cryptojs | A cryptographic library providing secure algorithms for data encryption and decryption in JavaScript. | 327 |
spalt08/cryptography | A collection of high-performance cryptographic packages in JavaScript. | 54 |