Skip to content

eudisd/text-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binary - To - Text Encoder (64/85 - bit)

Compile with:

    tasm filter.asm 
    tlink filter

Usage:

   filter.exe [-option] input output

     -h        : Help Screen.
     -e        : Encode to text (Ascii85).
     -d        : Decode from text to binary (Ascii85).
     -E        : Encode to text (Base64).
     -D        : Decode from text to binary (Base64)
     -c        : Make a copy of input to output.
     -v        : Print version information.

About

Base 64 and 85 codec in x86 Assembly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published