Libraries tagged by base32_encode
yaman-shahbander-dev/totp-generator
2 Favers
2 Downloads
2 Downloads
A PHP implementation of Time-Based One-Time Password (TOTP), using Base32 encoding and HMAC hashing. Generates and verifies OTPs for secure authentication.
lucasmichot/eloquentuuid
2 Favers
18 Downloads
18 Downloads
Provides a unique Base62-encoded UUID representing a given state of a model instance
alesitom/hybrid-id
0 Favers
1216 Downloads
1216 Downloads
Compact, time-sortable unique ID generator for PHP. Drop-in UUID/ULID alternative with base62 encoding, Stripe-style prefixes, and configurable entropy profiles.
gponster/laravel-url62-uuid
3 Favers
61 Downloads
61 Downloads
The encoding schema to be used by this shortening algorithm will be Base 62 encoding, as we are going to use 62 letters: [a-zA-Z0-9]. UUID generation based on Rhumsaa\Uuid