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.
RFC-compliant deterministic UUID generation
Works with streams without loading all content
Perfect for content deduplication and referencing
Reliable deterministic UUID generation for content identification
Generates standards-compliant UUID v5 identifiers that are deterministic based on content.
Works with streaming data without requiring all content to be loaded into memory.
Perfect for identifying duplicate content and creating consistent asset references.
API similar to Node.js crypto module for familiar and intuitive usage patterns.
Process large files and content without memory constraints through streaming support.
Same content always produces the same UUID, enabling reliable content identification.
Generate deterministic UUIDs from content using a simple, crypto-module-like API for reliable content identification.