2 Repos
Utilities for transforming unique identifiers between different standard versions while preserving identity.
Distinct from Version Management: None of the candidates relate to the structure of UUIDs; they focus on software release cycles or API versioning.
Explore 2 awesome GitHub repositories matching security & cryptography · Identifier Version Conversion. Refine with filters or upvote what's useful.
This project is a UUID generation library providing a standards-compliant implementation of RFC 4122. It serves as a tool for creating and validating universally unique identifiers across multiple versions to ensure global uniqueness and prevent data collisions. The library supports several generation methods, including random-based entropy, timestamp sequencing, and namespace-based hashing. It also includes utilities for identifier validation, parsing, and converting identifiers between hexadecimal string representations and binary byte arrays. A command line utility is included for the man
Supports transforming unique identifiers between different version standards while preserving identity.
node-uuid is a JavaScript library for generating and validating universally unique identifiers that comply with the RFC 4122 standard. It provides a utility for creating random, timestamp-based, or namespace-based identifiers within a Node.js environment. The library includes tools for detecting the specific standard version of a provided identifier and transforming identifiers between different versions. It also provides a command line utility for generating identifiers directly from the terminal. The project covers binary manipulation, including parsing strings into byte arrays and stringi
Provides functionality to transform identifiers between different RFC 4122 versions.