Libraries tagged by base32_encode
karyakode/siikunpro
5 Downloads
SiiKUN PRO PHP encoder and obfuscator
maximal/base32-php
6 Downloads
Base32 encoding/decoding for PHP
amirax/base62
110 Downloads
Base62 encoder and decoder
ajepe/base62
8 Downloads
base62 encode integer as a string and decode the string back to an integer
kurl/base62
1357 Downloads
Simple base 62 encoder/decoder
chavao/base62
114 Downloads
Base 62 encoder/decoder
badcow/ademarre-binary-to-text-php
411 Downloads
This is a fork of the original repository. Collection of binary-to-text encoding utilities for PHP. Includes Base32 support and much more.
brtnetwork/base-x
55 Downloads
Encode/decode any base
yaman-shahbander-dev/totp-generator
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
17 Downloads
Provides a unique Base62-encoded UUID representing a given state of a model instance
gponster/laravel-url62-uuid
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