Skip to content

modification to codeMK2 to add support for inline encoding i was working on at some point - incomplete

License

Notifications You must be signed in to change notification settings

SidSun-Experiments/codeMK2-inline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeMKII

Introducing codeMKII, my encoding solution.

Current version: v1.4.2

Usage:

For encoding: codeMK2 (--encode / -encode / -e) <input message file> <passphrase file> <output file>.

For decoding: codeMK2 (--decode / -decode / -d) <input: codeMK2 encoded file> <passphrase file> <original message output file name>.

To check verison:

codeMK2 (--version / -version /-v)

To upgrade:

codeMK2 (--upgrade / -upgrade /-u)

Installation:

Linux:

    git clone https://github.com/Sid-Sun/codeMKII
    cd codeMKII
    gcc -o codeMK2 codeMK2.c
    sudo mv codeMK2 /usr/bin/codeMK2
    sudo chmod 755 /usr/bin/codeMK2
    sudo chown root:root /usr/bin/codeMK2

OR:

curl https://raw.githubusercontent.com/Sid-Sun/codeMKII/master/install-linux.sh | bash

About

modification to codeMK2 to add support for inline encoding i was working on at some point - incomplete

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published