File archiver and encrypter.
- To encrypt/compress, run
$ blx.o input_file
and a new file namedinput_file.blx
will appear with the contents of the original file encrypted and compressed. - To decrypt/decompress, just simply choose a file with
.blx
extension as an input, like$ blx.o input_file.blx
, will result ininput_file
, which is the decrypted and decompressed version ofinput_file.blx
.
Ways to contribute:
- Check for open issues
- Read the
TODO
file
- Fork this repository
- Create a new branch (optional)
- Clone it
- Make your changes
- Upload them
- Make a pull request here
Copyright © Martin Kondor 2021
This repository is licensed under the BSD 3-Clause
license.
See the LICENSE file for more details.