Block 12 Flashcards

1
Q

What is 7z and what does it do

A

Compresses and encrypts files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

gpg

A

Open gpg encryption file. Encryption but doesn’t compress

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

7z commands to archive and create password for text.txt file

A

7z a -p newtxt.txt text.txt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Extract archived 7z files

A

7z e newtext.txt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

gpg command

A

gpg -c secrets.doc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Create keys

A

ssh-keygen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly