Seed Words JS SDK
Generate one or more common English words
Ensure that no reserved words are used.
Generate random numbers with a seed, useful for reproducible tests
Native JS murmur hash implementation
Location coordinates to BIP39 seed words and vice-versa.
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
GRC's UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
Encode and decode quoted printable and base64 strings
A package to seed your database using Drizzle ORM
Tiny Casing utils
A small library for generating random numbers
Cryptographic key pairs for the XRP Ledger
Linting for Angular applications, following angular.io/styleguide.
Unique avatars from dozens of styles — deterministic, customizable, vector-based.
Exodus BIP39 module
Avatar style for DiceBear
Initials avatar style for DiceBear
Avatar style for DiceBear
Avatar style for DiceBear
Avatar style for DiceBear
Avatar style for DiceBear
Avatar style for DiceBear
Avatar style for DiceBear
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.
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.
A Ruby library for data obfuscation that: - Preserves original data format and structure as much as possible - Supports numbers (including IP-like sequences), dates, and text - Maintains text structure while replacing content with meaningless but natural-looking words in English and Russian - Maintains data type consistency and decimal precision - Offers seeded randomization for reproducible results - Handles various number formats (leading zeros, separators) - Provides configurable options (unsigned mode, format preservation) Note: Individual obfuscator instances are not thread-safe. For concurrent operations, create separate instances per thread.