• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangelogH A D10-Jun-2020154 85

LICENSEH A D10-Jun-20201.3 KiB2620

MakefileH A D10-Jun-2020559 3221

README.mdH A D10-Jun-2020357 84

caesarcipher.1H A D10-Jun-20204.4 KiB157156

caesarcipher.cH A D10-Jun-20209.8 KiB369263

README.md

1README for caesarcipher:
2
3caesarcipher is an implementation of the traditional Caesar cipher encryption algorithm with an extension to all printable ASCII characters. It has been written in C and is released under a 2 Clause BSD License.
4
5See the manpage for further information and capabilities.
6
7caesarcipher is Copyright (c) 2016-2020 by Oliver Mahmoudi
8