Libraries tagged by base32
iluxaorlov/base32
12 Downloads
Library for Base32 encoding and decoding
magic3w/base32-int
8 Downloads
Base32 utility for url IDs
skywalker-labs/constant-time-encoding
1 Downloads
Constant-time implementations of RFC 4648 encoding (Base64, Base32, Hex) and other variants (Base64UrlSafe, Base64DotSlash, Base32Hex)
katoga/allyourbase
924 Downloads
Collection of bin-to-ascii converters.
jazor/totp-for-php
11 Downloads
totp/hotp implements for php
inanepain/id-forge
0 Downloads
A lightweight & versatile library for generating and encoding unique identifiers. It provides fast, secure and flexible solutions for modern applications.
imadeous/geohash32
0 Downloads
A minimal Base32 geohash encoder/decoder with precision control and mapping support.
haikiri/simple-php-totp
235 Downloads
Lightweight PHP TOTP (RFC 6238) and Base32 (RFC 4648) generation/decoding for 2FA authentication
chongyi/php-basen
7 Downloads
Text and integers encoding utilities for PHP with no extensions dependencies. Base32, Base58, Base64 and much more!
badcow/ademarre-binary-to-text-php
416 Downloads
This is a fork of the original repository. Collection of binary-to-text encoding utilities for PHP. Includes Base32 support and much more.
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.
sskaje/base-converter
19 Downloads
sskaje's BaseXX Encode/Decode class, a PHP implemention of RFC 3548, supports Base16/Base32/Base64 in both LSB and MSB, and another Base32 used by VMware
helicon-os/uuid
12 Downloads
Generic basic UUID Generator for PHP with various output formats like 16byte binary, hex formats (compact, grouped, ...), base32-like and base64-like. V4 Random UUIDs and Sequential UUIDs can be generated.
dritter/nix-hasher
7 Downloads
Provide an easy way to generate SRI Hashes and an Implementation of Nix base32 algorithm.
czarpino/php-crockford32
7 Downloads
PHP implementation for Douglas Crockford's Base32 notation