kripher 0.4.2

File encoder based on an own algorithm.
Documentation

kripher

Travis Build Status crates.io Release

File encoder based on an own algorithm that allows you to protect your files with a numeric key.

This is a learning project, there are other options you should use if you want to protect files or any other data. Use kripher just for fun. This is a reimplementation of kripher in Rust.

Installing

Cargo install

cargo install kripher

This is the easiest way, but you need Rust and Cargo to build it.

Releases

Go to the latest release, download it, extract it and move:

  1. the binary kripher to /usr/local/bin.
  2. the man page kripher.1.gz to /usr/local/share/man/man1.
tar -xf kripher.tar.xs -C kripher && cd kripher
mv kripher /usr/local/bin
mv kripher.1.gz /usr/local/share/man/man1

Contributing

Anyone is welcome to contribute.