PHP-Klasse::ASCII85

Kurzbeschreibung: encode and decode data using the ASCII85 algorithm
Veröffentlicht am: 10.08.2007
Gruppe(n):
- Algoritms
- Text processing
Beschreibung:
This class can be used to encode and decode data using the ASCII85 algorithm.
It can take a string of data and encode it with the ASCII85 algorithm. It can also do the opposite, i.e. extract the original data from an encoded string using the same algorithm.
Link: ASCII85