gabrielfern / crypto

tool to encrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is crypto

The simplest program to encrypt/decrypt data


Usage

Simply run

crypto [key] input

Run one time to encrypt, run again to decrypt

Example

crypto some_image.png my_secret_document.pdf

If no key provided, the program will read from stdin


Compile

make

About

tool to encrypt

License:MIT License


Languages

Language:C++ 96.0%Language:Makefile 4.0%