An Eyeful of gnuPG

Поділитися
Вставка
  • Опубліковано 27 сер 2024

КОМЕНТАРІ • 31

  • @CyberGizmo
    @CyberGizmo  Рік тому +16

    I hope this wasn't a senior moment: For asymmetric keys: the Public Key is used to encrypt, the Private Key is used to decrypt

    • @nafaabout
      @nafaabout Рік тому

      Nice catch, as I'm starting to think how on earth I'd use the Asymmetric method to enc/dec reports I'm going to send to the user through email if I have to hold the private key to be able to encrypt. How would I manage millions of keys for my users on my servers for this to work. Your message removes the confusion. Thank you

  • @y2b5
    @y2b5 2 дні тому

    Thank you so much for creating this lecture.

  • @nafaabout
    @nafaabout Рік тому +1

    This just came in the perfect time for me. I'm adding a feature to the app I'm working on to encrypt a generated PDF using GPG key before emailing it to the user. Thank you.

    • @nafaabout
      @nafaabout Рік тому

      @DJ Ware what I understand from your video is that the Asymmetrical encryption can be only done using the private key then the receiver can use the public key to decrypt the document. So, I'd like to know if it's a viable approach to use this method to encrypt those PDF reports before sending them to user using Asymmetric method. In this scenario, I suppose we'd have to generate a key-pair for each user on our servers, then use those keys to encrypt the PDF. We would then show the Public key to the user in their settings page. They will then be able to use that public key to decrypt the PDF.
      I believe the issue that would come with this method is how to manage hundreds of thousands of GPG keys or even millions on the server side keyring.
      So, what would you propose for this to be scalable and easier to do while being secure.

  • @georgehope5477
    @georgehope5477 Рік тому +1

    Thank you sir.

  • @c1ph3rpunk
    @c1ph3rpunk Рік тому +8

    I’ve been using PGP since the original incarnation, and use GPG quite a bit. It’s still complicated.

    • @Ancipital_
      @Ancipital_ Рік тому

      Why? Four applications, two of which (sign and decrypt) require a private key (insert password), two of which (verify and encrypt) don't.

  • @adjusted-bunny
    @adjusted-bunny Рік тому +2

    Informative video, as always.

  • @DrZingo_
    @DrZingo_ Рік тому +5

    19:05 Isn't it the other way around. Public key to encrypt, private key to decrypt.
    I think signing is the way you described.
    Great video anyway, I always learn something from them.

    • @CyberGizmo
      @CyberGizmo  Рік тому +3

      I put a pinned comment in to correct this if I had a senior moment. Signatures is true, except Microsoft reverses the order on their web services...just because they have to do it backwards like they do everything else :D

  • @CrsAVC
    @CrsAVC 10 місяців тому

    Great video ty very much, I was hoping it would include the new ADSK feature, I've seen no other video approaching it...

  • @TheYoungtrust
    @TheYoungtrust Рік тому +2

    Thanks for going over this. I've used this to generate keys for 3rd parties, but I've never really learned how to use it. Do you prefer zsh or did it come with your kde setup?

    • @CyberGizmo
      @CyberGizmo  Рік тому +1

      Prefer it and you are welcome

  • @Govellius
    @Govellius Рік тому +2

    I've used gpg for years and i still get confused. I thought async used the public key to encrypt and the private key to decrypt. That way you need a private key to access the file

    • @CyberGizmo
      @CyberGizmo  Рік тому +2

      That is correct, public key encrypts, private key decrypts

  • @rashie
    @rashie Рік тому

    👍👍

  • @monochrome_linux
    @monochrome_linux Рік тому

    AI generated thumbnail? 🤔 looks pretty cool

    • @CyberGizmo
      @CyberGizmo  Рік тому +1

      Partially, yes, just the image part, I did the text part and thanks

  • @oskar4437
    @oskar4437 Рік тому

    wonderful thumbnail for this video ! do you have a link for that desktopwallpaper? love it too !

    • @CyberGizmo
      @CyberGizmo  Рік тому

      I made it, and sorry I do not have a public link to it yet, may do that in the future if enough people are interested

  • @JohnnieWalkerGreen
    @JohnnieWalkerGreen Рік тому

    Well, "Only from You" actually means "Anyone who has access to your private part."

  • @moeabdol_
    @moeabdol_ Рік тому +1

    Excellent tutorial. Thank you for sharing @CyberGizmo

  • @guilherme5094
    @guilherme5094 Рік тому

    👍

  • @gotoastal
    @gotoastal Рік тому

    Thoughts on Sequoia (Rust) for PGP?

  • @medic2299
    @medic2299 Рік тому +1

    Incorrect with respect to asymmetric messages
    I can only encrypt a message to YOU using YOUR public key
    You decrypt it with YOUR private key

    • @CyberGizmo
      @CyberGizmo  Рік тому

      Pinned comment posted day of the video addressed already corrected that mistake

  • @TheHackysack
    @TheHackysack Рік тому

    DJ? Where?