Libraries tagged by base52
xavierfaucon/bravoids
34 Downloads
Converts Ids (base10) to Hashids (base50 or 62)
service-to/base
157 Downloads
Library to convert integers to base62 strings, useful for shortURLs based on ID numbers in a database.
qiuqiux/base-convert
244 Downloads
Converted from Binary,Octal,Decimal,Hexadecimal,Base62 and etc
originphp/security
11258 Downloads
OriginPHP Security
moccalotto/idhash
177 Downloads
A reversible (integer) ID obfuscator
jazor/totp-for-php
11 Downloads
totp/hotp implements for php
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
fwolf/base-converter
492 Downloads
Convert number (string format) between base 2 and 62
dbonner/identifier
169 Downloads
Various identifier classes for ID conversion and presentation.
butterfly-team/avalanche-cb58
81 Downloads
Base58 encoder and decoder for arbitrary data
brtnetwork/base-x
55 Downloads
Encode/decode any base
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.
aiwozhe/phactor
3 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
russianpost/datamatrixbase256
780 Downloads
Russian Post form generate datamatrix Base256 barcode. Based on tcpdf library
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.