News

There are many reasons to encrypt files — even on a system that is well maintained and comparatively secure. The files may highly sensitive, contain personal information that you don’t want to share ...
Encrypting files from the command line is simple with gpg. You can use it to encrypt and decrypt files with a password. The command gpg is part of GnuPG. GnuPG stands ...
The command is as follows: $ gpg -a --recipient [email protected] --encrypt myinfo.txt The new output file will be the input file name plus the extension ".asc" . A printable ASCII output file might be ...
Encryption is an interesting thing. The first time I saw encryption in action was on a friend’s Gentoo Linux laptop that could only boot if the USB key with the boot partition and decryption key was ...
If you're a Gmail user spooked by Chinese cyber attacks on Google, here's a way to encrypt your e-mail. Be warned: better security comes at a cost. Stephen Shankland worked at CNET from 1998 to 2024 ...
If you are in need of solid encryption but want to steer clear of the mainstream, then GnuPG is for you. In this Daily Feature, Jack Wallen, Jr., explains how to install GnuPG and its basic features.
mint@mint $ sudo gpg -o /my/file.encrypted -z 0 -v -c /my/file gpg: WARNING: unsafe ownership on configuration file `/home/mint/.gnupg/gpg.conf' gpg: gpg-agent is not ...
Message privacy, increasingly important to Bitcoiners, can be achieved with public and private key cryptography. As a Bitcoiner, you’re going to need a secure way to communicate privately, without ...