Bcrypt
Bcrypt Password Hash
An adaptive password hashing function with a configurable work factor that slows brute-force attacks.
GeneratorColor Hex Code
Hexadecimal Color Code
A 6-character hex string (#RRGGBB) representing a color, with each pair encoding red, green, and blue intensity.
GeneratorColor Palette Generator
Automatic Color Palette Generator
A tool that creates harmonious color schemes using color theory rules like complementary, analogous, or triadic relationships.
GeneratorCRC32
Cyclic Redundancy Check 32-bit
A checksum algorithm producing a 32-bit value used to detect accidental data corruption in files and network transmissions.
GeneratorCSPRNG
Cryptographically Secure PRNG
A random number generator producing output unpredictable enough for cryptographic use (e.g. key generation).
GeneratorCUID
Collision-Resistant Unique Identifier
A unique ID format designed for horizontal scaling, combining a timestamp, counter, fingerprint, and random component.
GeneratorDiceware
Diceware Passphrase Method
A method for generating strong passphrases by rolling dice to select random words from a predefined wordlist.
GeneratorFaker Library
Fake Data Generator Library
A software library that generates realistic but fictitious data such as names, addresses, and emails for testing and prototyping.
GeneratorHash Generator
Cryptographic Hash Generator
A tool that computes hash digests of input data using algorithms like MD5, SHA-256, or SHA-3 for integrity verification.
GeneratorKSUID
K-Sortable Unique Identifier
A globally unique identifier that naturally sorts by creation time using a 4-byte timestamp prefix and 16-byte random payload.
GeneratorLorem Generator
Placeholder Text Generator
A tool that generates dummy text for design layouts, using lorem ipsum or other placeholder text patterns.
GeneratorMarkov Chain
Markov Chain Text Generator
A statistical model that generates text by predicting the next word or character based on the probability of preceding sequences.
GeneratorMarkov Chain Text
Markov Chain Text Generator
A text generation method using statistical models where each word's probability depends on the preceding words.
GeneratorMD5
Message Digest Algorithm 5
A 128-bit hash function producing a 32-character hexadecimal digest, now considered cryptographically broken.
GeneratorNanoid
Nano ID
A compact, URL-safe, unique string ID generator using a cryptographically strong random source.
GeneratorNoise Function
Procedural Noise Function
An algorithm like Perlin or Simplex noise that produces smooth pseudo-random values, used to generate natural-looking textures and terrain.
GeneratorOTP
One-Time Password
A temporary password valid for a single login session, generated by algorithms like HOTP or TOTP for two-factor authentication.
GeneratorPassphrase
A sequence of random words used as a password, offering high entropy while remaining memorizable (e.g. Diceware method).
GeneratorPRNG
Pseudorandom Number Generator
An algorithm that produces a sequence of numbers approximating random values from a deterministic seed.
GeneratorQR Code Generator
QR Code Generator Tool
A tool that encodes text, URLs, or data into a QR code image following the ISO 18004 standard with configurable error correction.
GeneratorSeed Phrase Generator
Mnemonic Seed Phrase Generator
A tool that generates BIP-39 mnemonic phrases (12 or 24 words) used to derive cryptocurrency wallet keys.
GeneratorSeed Value
Random Seed Value
An initial value used to start a pseudorandom number generator, ensuring reproducible sequences when reused.
GeneratorSHA-1
Secure Hash Algorithm 1
A 160-bit cryptographic hash function, deprecated for security but still used for non-security checksums.
GeneratorSlug Generator
URL Slug Generator
A tool that converts text into URL-safe slugs by lowercasing, replacing spaces with hyphens, and removing special characters.
GeneratorSnowflake ID
A 64-bit distributed unique ID format combining timestamp, worker ID, and sequence number (originated at Twitter).
GeneratorULID
Universally Unique Lexicographically Sortable Identifier
A 128-bit identifier combining a timestamp with randomness, encoded as a 26-character Crockford Base32 string.
GeneratorUUIDv4
UUID Version 4
A randomly generated 128-bit universally unique identifier with a probability of collision near zero.
GeneratorUUIDv7
UUID Version 7
A time-ordered UUID combining a Unix timestamp with random bits, enabling sortable unique identifiers.
Generator