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.
cargo install kripher
This is the easiest way, but you need Rust and Cargo to build it.
Go to the latest release, download it, extract it and move:
kripher
to /usr/local/bin
.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
Anyone is welcome to contribute.