Skip to content
/ encdec Public

Utility to encode/decode text using common codec schemes

Notifications You must be signed in to change notification settings

sh3rp/encdec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EncDec

Encoder/decoder utilities for some of the more popular string encoding utilities.

Supports the following schemes:

  • Base64
  • Base32
  • URL
  • Hex

Quick Start

Run make. Run 'enc -s ' to encode the text. Run 'dec -s ' to decode the text.

If no text is specified on the command line, standard input is used. This allows you to run piped encoding/decodings.

Example: enc -s b64 "Hello world!" | dec -s b64

About

Utility to encode/decode text using common codec schemes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors