Skip to content

ScriptFUSION/Codecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages