2017 © Pedro Peláez
 

library base-converter

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

image

sskaje/base-converter

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

  • Sunday, January 22, 2017
  • by sskaje
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

BaseEncode

Author: sskaje, (*1)

PHP implementions for RFC 3548 and another Base32 used by VMware., (*2)

Base64 Encode/Decode, 
Base32 Encode/Decode, 
Base16 Encode/Decode, 

Base64(LSB first) Encode/Decode, 
Base32(LSB first) Encode/Decode, 
Base16(LSB first) Encode/Decode

The Versions

22/01 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0