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

https://github.com/toasterbirb/caesar-cipher

[MIRROR] A small program to encode and decode text with Caesar cipher written in C
https://github.com/toasterbirb/caesar-cipher

Last synced: about 2 months ago
JSON representation

[MIRROR] A small program to encode and decode text with Caesar cipher written in C

Awesome Lists containing this project

README

          

# Caesar-cipher
A small program to encode and decode text with Caesar cipher written in C

Run `make` to compile.

Usage: `./caesar_cipher "some text" [rotation amount]`