kaitz / fxd

Dictionary transform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fxd

Program to encode and decode text files wit dictionary transorm.

Usage

To encode: fxd e input output dictionary

To decode: fxd d input output dictionary

Info

This program contains changed parts from fallowing open source programs: paq8hp12->textfilter.hpp

Transform is not tested. Only upto 2G input.

Without a dictionary only capital letter and escape transforms are made. There are times where this can be useful.

Dictionary is same as in fxcm, fx-cmix.

About

Dictionary transform


Languages

Language:C++ 100.0%