🍋
Menu
28 glossary terms

용어집

파일 포맷부터 암호화 알고리즘까지 — 기술 용어를 쉽게 설명해요.

Color Hex Code

Hexadecimal Color Code

A 6-character hex string (#RRGGBB) representing a color, with each pair encoding red, green, and blue intensity.

Generator

CRC32

Cyclic Redundancy Check 32-bit

A checksum algorithm producing a 32-bit value used to detect accidental data corruption in files and network transmissions.

Generator

CSPRNG

Cryptographically Secure PRNG

A random number generator producing output unpredictable enough for cryptographic use (e.g. key generation).

Generator

CUID

Collision-Resistant Unique Identifier

A unique ID format designed for horizontal scaling, combining a timestamp, counter, fingerprint, and random component.

Generator

MD5

Message Digest Algorithm 5

A 128-bit hash function producing a 32-character hexadecimal digest, now considered cryptographically broken.

Generator

Slug Generator

URL Slug Generator

A tool that converts text into URL-safe slugs by lowercasing, replacing spaces with hyphens, and removing special characters.

Generator

Faker Library

Fake Data Generator Library

A software library that generates realistic but fictitious data such as names, addresses, and emails for testing and prototyping.

Generator

PRNG

Pseudorandom Number Generator

An algorithm that produces a sequence of numbers approximating random values from a deterministic seed.

Generator

Seed Value

Random Seed Value

An initial value used to start a pseudorandom number generator, ensuring reproducible sequences when reused.

Generator

UUIDv4

UUID Version 4

A randomly generated 128-bit universally unique identifier with a probability of collision near zero.

Generator

UUIDv7

UUID Version 7

A time-ordered UUID combining a Unix timestamp with random bits, enabling sortable unique identifiers.

Generator

Nanoid

Nano ID

A compact, URL-safe, unique string ID generator using a cryptographically strong random source.

Generator

SHA-1

Secure Hash Algorithm 1

A 160-bit cryptographic hash function, deprecated for security but still used for non-security checksums.

Generator

ULID

Universally Unique Lexicographically Sortable Identifier

A 128-bit identifier combining a timestamp with randomness, encoded as a 26-character Crockford Base32 string.

Generator

Passphrase

A sequence of random words used as a password, offering high entropy while remaining memorizable (e.g. Diceware method).

Generator

Lorem Generator

Placeholder Text Generator

A tool that generates dummy text for design layouts, using lorem ipsum or other placeholder text patterns.

Generator

Snowflake ID

A 64-bit distributed unique ID format combining timestamp, worker ID, and sequence number (originated at Twitter).

Generator

Seed Phrase Generator

Mnemonic Seed Phrase Generator

A tool that generates BIP-39 mnemonic phrases (12 or 24 words) used to derive cryptocurrency wallet keys.

Generator

Markov Chain Text

Markov Chain Text Generator

A text generation method using statistical models where each word's probability depends on the preceding words.

Generator

Color Palette Generator

Automatic Color Palette Generator

A tool that creates harmonious color schemes using color theory rules like complementary, analogous, or triadic relationships.

Generator

KSUID

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.

Generator

Diceware

Diceware Passphrase Method

A method for generating strong passphrases by rolling dice to select random words from a predefined wordlist.

Generator

Markov 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.

Generator

Noise 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.

Generator

OTP

One-Time Password

A temporary password valid for a single login session, generated by algorithms like HOTP or TOTP for two-factor authentication.

Generator

QR 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.

Generator

Hash 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.

Generator

Bcrypt

Bcrypt Password Hash

An adaptive password hashing function with a configurable work factor that slows brute-force attacks.

Generator