-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdes.1
More file actions
29 lines (26 loc) · 714 Bytes
/
des.1
File metadata and controls
29 lines (26 loc) · 714 Bytes
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
.\" This description page for des
.TH des "1" "2022-04-16" "des 02.03" "User Commands"
.SH NAME
des
.SH DESCRIPTION
This is the documentation of des.
.SH SYNOPSIS
.B des [--help | -h] - Help
.br
.B des --version - Return des version
.br
.B des [--verbose | -v] - Enable verbose
.br
.B des [--text | -txt] - Define text the unencrypted input/ output (up to 16MB)
.br
.B des --file-input=... --file-output=... - Work with files
.br
.B des [--decrypt | -d] - Decrypt, otherwise encrypt
.br
.B des [--new-key | -nk | --generate-key | -gk] - Request a new key
.br
.B des --key=... - Get the key
.br
.B des --message=... - Get the message (base64 encoded by default)
.SH AUTHORS
Castellani Davide (@DavideC03): owner