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

Поділитися
Вставка
  • Опубліковано 18 жов 2024
  • 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!!

КОМЕНТАРІ • 3

  • @johndank2209
    @johndank2209 3 місяці тому

    great video, is this how security engineers encrypt data out on the field? (i am new to cybersec)

    • @andrewstechlessons
      @andrewstechlessons  3 місяці тому

      Probably, this is a small fraction of what I did at my last job. We handled sensitive big data, 3rd party which we sent back & forth to clients through servers. This is just local, I'd love to try to send the files through servers soon. Thank you for commenting! Best wishes as you grow in your field 😀

    • @andrewstechlessons
      @andrewstechlessons  3 місяці тому

      Here's a link more in depth of the extra steps of what I'm limited to doing
      www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-linux-server