PHP Classes

Base32: Encode and decode data with MIME base 32 encoding

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 45%Total: 1,499 All time: 2,611 This week: 70Up
Version License Categories
base32 1.0.0GNU General Publi...PHP 5, Text processing
Description 

Author

This class can be used to encode data in MIME base 32 encoding according to the RFC 3548 specification.

There are 3 output character sets available:
* RFC 3548 (A-Z2-7)
* Safe (0-9A-HJKMNP-TV-Z)
* Hex like (0-9A-V)

Base 32 is similar to base 64, except that it uses only letters and digits, but no symbols, so it is more immune to character loss due to misinterpretation during transmission.

Picture of Shannon Wynter
Name: Shannon Wynter <contact>
Classes: 9 packages by
Country: Australia Australia
Innovation award
Innovation award
Nominee: 3x

  Files folder image Files (2)  
File Role Description
Plain text file class.base32.php5 Class The actual class
Accessible without login Plain text file example.php Example An example

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,499
This week:0
All time:2,611
This week:70Up
User Ratings User Comments (2)
 All time
Utility:66%StarStarStarStar
Consistency:58%StarStarStar
Documentation:-
Examples:66%StarStarStarStar
Tests:-
Videos:-
Overall:45%StarStarStar
Rank:3313
 
Extremely outdated.
9 years ago (Haseeb Ahmad Basil)
35%StarStar
Line 129 needs to have the "bindec" callback quoted, as in: ...
13 years ago (David Kelly)
50%StarStarStar