Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kasperomari/rot13

rot13 encryption/decryption tool
https://github.com/kasperomari/rot13

decryption encryption rot13-cipher

Last synced: 13 days ago
JSON representation

rot13 encryption/decryption tool

Awesome Lists containing this project

README

        

# Rot13

About Rot13 : https://en.wikipedia.org/wiki/ROT13

## Installation
Download rot13 by cloning the Git repository:

git clone https://github.com/KasperOmari/Rot13.git
cd Rot13
make main

## Usage

./main ROTNUMBER FILE {[-d],-e}

** -d to decrypt a file content (default)
** -e to encrypt a file content

## Usage example

This will print decrypted file.txt content in out.txt

./main 13 file.txt > out.txt