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
- Host: GitHub
- URL: https://github.com/toasterbirb/caesar-cipher
- Owner: Toasterbirb
- License: gpl-3.0
- Created: 2022-05-26T15:14:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T13:34:48.000Z (over 2 years ago)
- Last Synced: 2024-01-16T21:09:13.434Z (over 2 years ago)
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]`