-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.txt
More file actions
26 lines (26 loc) · 3.98 KB
/
help.txt
File metadata and controls
26 lines (26 loc) · 3.98 KB
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
_____ __ ____ __
/ __(_) /__ / __/__ __________ _____ / /____ ____
/ _// / / -_) _// _ \/ __/ __/ // / _ \/ __/ _ \/ __/
/_/ /_/_/\__/___/_//_/\__/_/ \_, / .__/\__/\___/_/
┌────────────────────────────/___/_/────────────────── Help menu ───────────────────────────────────────────────────────┐
│ │
│ This tool allows you to cypher and decypher a selected file using the encryption algorithm of your choice. │
│ Usage : ./fileEncryptor -f /file/path -k password -v [-d] │
├───────────────────────┬───────────────────────────────────────────────────────────────────────────────────────────────┤
│-h │ Shows help menu (this) │
├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────┤
│-f /file/path │ Specify the filepath of the file you want to cypher or decypher │
│--file /file/path │ │
├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────┤
│-d │ Specify this flag if you want to decypher a file. │
│--decypher │ By default, this tool cyphers selected file. │
├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────┤
│-k password │ Specify the key you want to use to cypher or decypher your file. │
│--key password │ │
├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────┤
│-c │ Specify this flag if you want to use Caesar's algorithm to cypher / decypher your file. │
│--caesar │ │
├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────┤
│-v │ Specify this flag if you want to use Vigenaire's algorithm to cypher / decypher your file. │
│--vigenaire │ │
└───────────────────────┴───────────────────────────────────────────────────────────────────────────────────────────────┘