An Eyeful of gnuPG

preview_player
Показать описание
GNU Privacy Guard (gnuPG) is an open source tool which allows you to create and manage both your symmetric and asymmetric encryption keys. It does a lot more than that, it can also be used to both encrypt and decrypt documents, email and messages. It has facilities to sharing your public keys with special key servers so people you want to communicate with can use your public key to encrypt messages they want to send you, while you can download their public keys to encrypt messages you want to send back to them.

gnuPG runs on almost any platform and is compatible with its progenitor OpenPGP

AI Image: Yep, its another AI generated image of the "Eye of Horus" the ancient Egyptian symbol for protection. The colors represent the shifting sands of security and privacy.

Chapters
00:00 - Start
00:51 - What GnuPG can do
01:41 - GnuPG Use Cases
02:23 - GnuPG Runs on...
03:11 - gpg basic use
04:38 - Generating Keys
06:01 - Exporting your Keys
08:40 - Delete the keys
09:59 - Import a Key
10:44 - Storing Keys on a Public Key Server
11:36 - Importing a key from a Public Key Server
12:20 - Symmetrical Keys
13:25 - Encryption Algorithms
15:48 - Creating a Symmetical Key
18:15 - When to use Asymmetical Keys
20:05 - Retrieving the Recipients Public Key
20:36 - Encrypting a Message with My Private Key
22:36 - Decrypting a Received Message
23:16 - Saving the decrypted message
23:37 - Signatures
25:20 - Verify a signature
27:59 - Outro

Gear I used to make these videos

Hardware
AMD Rysen Machine (Currently Unplugged)
Odroid N2+
Raspberry Pi 4

Network

Video Equipment
Panasonic GH4 Camera

Audio Equipment

Software
Rogue Amoeba Audio Hijack 3
Rogue Ameoba Loopback

Follow me:
Twitter @djware55

#gnupg #encryption #signatures
Рекомендации по теме
Комментарии
Автор

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

CyberGizmo
Автор

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
Автор

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.

DrZingo_
Автор

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

cphrpunk
Автор

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

CrsAVC
Автор

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?

TheYoungtrust
Автор

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

Govellius
Автор

AI generated thumbnail? 🤔 looks pretty cool

monochrome_linux
Автор

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

oskar
Автор

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

JohnnieWalkerGreen
Автор

Excellent tutorial. Thank you for sharing @CyberGizmo

moeabdol_
Автор

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

medic