Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kasperomari/rot13
- Owner: KasperOmari
- Created: 2018-09-28T08:27:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T08:55:45.000Z (over 6 years ago)
- Last Synced: 2024-12-30T18:17:11.985Z (26 days ago)
- Topics: decryption, encryption, rot13-cipher
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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