How to encrypt, decrypt, and create ssh keys in Linux

6 months ago
58

This video shows how to decrypt and encrypt files using basic Linux commands and also shows how to use a built in program in Ubuntu which are:

To start the built in program to create keys simply type:
ssh-keygen
then follow the prompts

The basic commands to encrypt files are:
Encrypt: gpg -c "filename"
Decrypt: gpg "filename.gpg"

Hope you enjoyed this video and let me know if you have any questions I'd love to help in any way I can. Have a great day and thank you for watching!!

Loading comments...