ChaeDLR / ci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ci

A small command line cipher tool

It is recommended to use single quotes (' ') to wrap the text argument to be encrypted or decrypted.


Usage

ci <encryption-algorithm: string> <text: string> <key: int>

Example

ci cc TigerLilly 14

Output

Encrypted: hwusAZwzzH
Decrypted: FUSQd,UXXk

About


Languages

Language:C 89.5%Language:Makefile 10.5%