/XORCrypter

Simple program for cypting based on XOR.

Primary LanguageC

XORCrypter v1.3
Contact: 'frx30340@protonmail.com'
Github: 'https://github.com/Francisiek'

Thank you for downloading my software!
XOR crypter for passwords and not only!

Take in mind that force of crypter depends on your key 
and every message encrypted by this program can be broke 
(but this takes a LOT of time). 
I'm not taking any responsibility.

BUILD
To build program use 'make' command.

INSTALL
To install use 'make install'

UNINSTALL
Type 'make uninstall'

USAGE
Usage: xorc -[hvu] or [text file] [key file]
Program crypts [text file] with [key file] by
changing it's content to encrypted mess.
To decrypt, crypt file once more with the same key.
To conclude, if you crypt your file even number of times, 
the file will be like it was before.

ARGS
-h, -u shows help
-v show program info
no args shows -v and -h

EXAMPLES
xorc my_secret_msg key
xorc -v

ERRORS
Values returned by program mean:
0 - everything's good
1 - failed to open file
2 - failed read/write to file
3 - failed to allocate memory
4 - bad arguments syntax

CONTACT
Please report bugs at 'frx30340@protonmail.com'.

Have fun! :)

LICENSE
Copyright (C) 2021 Francisiek
This program is distributed under
GNU General Public License v3.0 or later 'https://www.gnu.org/licenses/gpl.html'