awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

2 Repos

Awesome GitHub RepositoriesIdentifier Version Conversion

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.

Awesome Identifier Version Conversion GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • uuidjs/uuidAvatar von uuidjs

    uuidjs/uuid

    15,302Auf GitHub ansehen↗

    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.

    TypeScript
    Auf GitHub ansehen↗15,302
  • kelektiv/node-uuidAvatar von kelektiv

    kelektiv/node-uuid

    15,297Auf GitHub ansehen↗

    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.

    TypeScript
    Auf GitHub ansehen↗15,297
  1. Home
  2. Security & Cryptography
  3. Identifier Version Conversion