Blog Archives

Drama Corner: The Good, The Bad, And The Ugly – Arch Package Signing

Great story, long read.  Head over to the source link if interested.

Source: http://www.toofishes.net/blog/real-story-behind-arch-linux-package-signing/

Security Service: Encrypting Files With GnuPG

Seahorse…what an odd name for a GPG front-end…  Ok, so I decided to finally get a GUI front-end for handing my GPG (GnuPG) needs, and There are several too choose from.  The list can be found here.  For today, I will be showing you just how to use GnuPG from the Termainl, as well as my GUI front-end of choice, Seahorse.  Nayyyyyyyyyyyy, wait…do Seahorse’s make a sound?  Damn you Saturday morning cartoons…

Read on for more…

Read the rest of this entry

How To: Encrypting Files With Seahorse (GnuPG)

Part of the Series:”Encrypting Files With GnuPG”

MAIN ARTICLE

Hooray! an EASY way to use GPG! Well..sort of. You still should read up on gpg by reading the man page here before continuing.   In short, GPG stands for “Gnu Privacy Guard” and it is a tool that you can use to encrypt information. GPG implements the OpenPGP, which sets the norms and rules as to how data should be encrypted so that it can be passed along safely.  That said, I rather like Seahorse as a front-end GUI implementation of GnuPG.

Read the rest of this entry

How To: Using GnuPG (gpg) to Encrypt Files In The Terminal

Part of the Series:”Encrypting Files With GnuPG”

MAIN ARTICLE

GnuPG in the Terminal:

Almost every distro comes with gpg by default, but if it doesnt, seaching “gpg” with the package manager of choice should find the software just fine.  The first thing you will want to do is create your key:

Read the rest of this entry