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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesBase32 Encoding

Utilities for converting binary data into Base32 encoded strings.

Distinct from Base64 Encoding and Decoding: Specifically implements Base32 encoding, whereas the parent focuses on Base64.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Base32 Encoding. Refine with filters or upvote what's useful.

Awesome Base32 Encoding GitHub Repositories

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

    ulid/spec

    10,753عرض على GitHub↗

    This project provides the official specification for ULIDs, which are 128-bit identifiers that combine a millisecond-precision timestamp and random data. These identifiers are designed to be lexicographically sortable, ensuring that they maintain a strict chronological sequence for database indexing and time-based sorting. The specification defines a standard for binary-to-string serialization using a Crockford-inspired Base32 alphabet. This encoding is intended to produce human-readable strings while excluding ambiguous characters to prevent transcription errors. The technical standards cov

    Uses a specific Base32 alphabet to encode binary identifiers into human-readable strings.

    عرض على GitHub↗10,753
  • bitwiseshiftleft/sjclالصورة الرمزية لـ bitwiseshiftleft

    bitwiseshiftleft/sjcl

    7,208عرض على GitHub↗

    sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding within a web browser. It functions as an AES symmetric encryption tool, a cryptographic hashing library, and a Base32 data encoder. The project provides implementations for the Advanced Encryption Standard to secure data through symmetric key encryption and decryption. It also enables the generation of fixed-length data fingerprints to verify information integrity and authenticity. The library covers a broader range of security capabilities, including client-side data hashing,

    Provides manual bit-shifting and mapping to convert binary buffers into Base32 or Base64 strings.

    JavaScript
    عرض على GitHub↗7,208
  • rs/xidالصورة الرمزية لـ rs

    rs/xid

    4,277عرض على GitHub↗

    xid is a distributed unique identifier library designed to generate compact, globally unique, and k-sortable identifiers. It functions as a stateless generator that creates identifiers without requiring a central coordinator or network synchronization between instances. The project converts binary identifiers into human-readable, case-insensitive Base32 strings, making the output suitable for use in URLs and web applications. It ensures uniqueness across different processes and hosts by combining high-resolution timestamps with machine identifiers. These identifiers are designed for use as d

    Implements Base32 encoding to convert binary identifiers into human-readable strings.

    Go
    عرض على GitHub↗4,277
  1. Home
  2. Software Engineering & Architecture
  3. Base64 Encoding and Decoding
  4. Base32 Encoding