awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • uuidjs/uuidالصورة الرمزية لـ uuidjs

    uuidjs/uuid

    15,302عرض على GitHub↗

    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
    عرض على GitHub↗15,302
  • kelektiv/node-uuidالصورة الرمزية لـ kelektiv

    kelektiv/node-uuid

    15,297عرض على GitHub↗

    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
    عرض على GitHub↗15,297
  1. Home
  2. Security & Cryptography
  3. Identifier Version Conversion