UUID Hash

RFC-Compliant UUID v5 Generation

ES6 class that generates RFC-compliant UUID v5 from hashed content. Perfect for deduplication and asset referencing with streaming support and crypto-module-like API.

UUID v5

RFC-compliant deterministic UUID generation

Stream Compatible

Works with streams without loading all content

Deduplication

Perfect for content deduplication and referencing

UUID Hash Features

Reliable deterministic UUID generation for content identification

RFC-Compliant UUID v5

Generates standards-compliant UUID v5 identifiers that are deterministic based on content.

Stream-Compatible Design

Works with streaming data without requiring all content to be loaded into memory.

Content Deduplication

Perfect for identifying duplicate content and creating consistent asset references.

Crypto Module API

API similar to Node.js crypto module for familiar and intuitive usage patterns.

Memory Efficient

Process large files and content without memory constraints through streaming support.

Deterministic Results

Same content always produces the same UUID, enabling reliable content identification.

Basic UUID Generation

Generate deterministic UUIDs from content using a simple, crypto-module-like API for reliable content identification.