Hierarchical deterministic wallet
BIP39 mnemonic (seed phrase) generation and management for cryptocurrency wallets
A Rust library to parse .las files
A Rust library for Bitcoin key derivation and address generation
Production-ready Rust implementation of BIP39 mnemonic code for cryptocurrency wallets
A library and CLI tool for generating and managing Ed25519 SSH keys using BIP-39 mnemonic phrases
Rust SDK for The Open Network
Thin wrapper for tonlibjson
A simple mnemonic generator
Monero wallet for Kobe (planned)
Zcash wallet for Kobe (planned)
A library to generate Docker-like mnemonics.
Creates a mnemonic sequence of words representing an integer in a specified range.
An aid for remembering numbers
mnemonichost: generate sample host name by mnemonic wordlist
An exhaustive list of 1633 mnemonic words resurrected from Web Archive.
Use various corpora to generate random mnemonic names for things.
Easily memorize long numbers using mnemonics
This implementation conforms to BIP-39 and PBKDF2 RFC 2898, and has been tested using the test vectors in https://github.com/trezor/python-mnemonic and Appendix B of RFC 3962.
A ruby gem that has the list of the most commonly used contemporary English words sorted by length, then alphabetical order. Useful for creating mnemonic codes.
Forked from: github.com/se3000/ruby-eth. Library to build, parse, and sign Ethereum transactions. This forked gem adds additional support for Trezor style mnemonic and RPC signing
This implementation conforms to BIP-39/BIP39 and PBKDF2 RFC 2898, and has been tested using the test vectors in https://github.com/trezor/python-mnemonic and Appendix B of RFC 3962. This is a fork of original bip_mnemonic with updates.