MartinKondor / Blixt

Simple file archiver & encrypter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blixt

version C Project Status Contributions welcome GitHub Issues

File archiver and encrypter.

Usage

  • To encrypt/compress, run $ blx.o input_file and a new file named input_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 in input_file, which is the decrypted and decompressed version of input_file.blx.

Contributing

Ways to contribute:

  • Check for open issues
  • Read the TODO file

Steps

  1. Fork this repository
  2. Create a new branch (optional)
  3. Clone it
  4. Make your changes
  5. Upload them
  6. Make a pull request here

Authors

License

Copyright © Martin Kondor 2021

This repository is licensed under the BSD 3-Clause license. See the LICENSE file for more details.

About

Simple file archiver & encrypter.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 64.1%Language:Python 31.2%Language:Makefile 4.7%