What is 7z and what does it do
Compresses and encrypts files.
gpg
Open source gpg encryption file. Encryption but doesn’t compress
7z commands to archive and create password for text.txt file
7z a -p newtxt.txt text.txt
Extract archived 7z files
7z e newtext.txt
gpg command
gpg -c secrets.doc
Create keys
ssh-keygen