-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmcciph.1
41 lines (41 loc) · 1.05 KB
/
mcciph.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.\" Automatically generated by Pandoc 2.9.2.1
.\"
.TH "MCCIPH" "1" "July 2023" "" ""
.hy
.SH NAME
.PP
mcciph - a modified caesar cipher
.SH SYNOPSIS
.PP
\f[B]mcciph\f[R] [\f[I]OPTION\f[R]] [\f[I]FILE\f[R]]
.SH DESCRIPTION
.PP
\f[B]mcciph\f[R] encodes and decodes text files using a modified form of
a Caesar cipher.
It generates a new key for each character processed that is derived from
the previous character in the text.
.PP
\f[B]mcciph\f[R] uses the entire printable range of the standard ASCII
table.
.SH OPTIONS
.TP
\f[B]-d\f[R]
Decodes an encoded text file.
.TP
\f[B]-e\f[R]
Encodes a plaintext file.
.TP
\f[B]FILE\f[R]
Specifies the path and name of the source file to be encoded or decoded.
.SH BUGS
.PP
Report any identified bugs to houta69\[at]protonmail.com
.SH COPYRIGHT
.PP
Copyright \[co] 2023 Adam Hout.
License GPLv3+: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change or redistribute it, There
is NO WARRANTY, to the extent permitted by law.
.SH AUTHORS
Adam Hout (houta69\[at]protonmail.com).