Block 12 Flashcards
1
Q
What is 7z and what does it do
A
Compresses and encrypts files.
2
Q
gpg
A
Open gpg encryption file. Encryption but doesn’t compress
3
Q
7z commands to archive and create password for text.txt file
A
7z a -p newtxt.txt text.txt
4
Q
Extract archived 7z files
A
7z e newtext.txt
5
Q
gpg command
A
gpg -c secrets.doc
6
Q
Create keys
A
ssh-keygen