ScriptFUSION / Codecs

[OLD] A collection of codecs for encoding and decoding data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codecs

A collection of codecs for encoding and decoding data. Encoders encode, decoders decode; codecs do both and implement the Codec interface.

Codecs and encoders list

The following codecs and encoders are available.

  • Base64CodecBase64 encoding.
  • CodecList – Applies a list of codecs in series.
  • NewlineEncoder – Converts line endings.
  • OpenSslCodecOpenSSL encryption.
  • Rot13CodecRot13 encoding.
  • TransparentCodec – No encoding.

About

[OLD] A collection of codecs for encoding and decoding data.


Languages

Language:PHP 100.0%