Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×
In a continuing series of articles highlighting that GNU/Linux is a viable replacement operating system, today we're exploring how to encrypt emails using the popular Ubuntu distribution. In the previous article we looked at the basics of using PGP, creating and backing up PGP keys and using them to encrypt files locally. Now we'll look at how to send someone an encrypted email. This article will show you ways to encrypt your email communication. Do you use any software to keep your email private?. The link for this article located at ITWire is no longer available. . The link for this article located at ITWire is no longer available.. continuing, series, articles, highlighting, gnu/linux, viable, replacement, operating. . LinuxSecurity.com Team
This paper reviews some security challenges currently faced by VoIP systems as well as their potential solutions. Particularly, it focuses on Zfone, a vendor-neutral security solution developed by PGP. The link for this article located at InfoSec Writers is no longer available. . Explore the details of the Zfone security framework that bolsters VoIP interactions in the face of cybersecurity threats.. VoIP Security, Zfone Solution, Secure Communication. . Brittany Day
File and mail security is easy to achieve with the right tools. PGP has proven itself the leader, and GnuPG is the tool of choice in the Linux world. Anyone who has read this column a while knows I'm a bit obsessive about crypto. With the speed of modern or even old processors, there's no reason that there should be any cleartext transmissions on the Internet at all. . . .. File and mail security is easy to achieve with the right tools. PGP has proven itself the leader, and GnuPG is the tool of choice in the Linux world. Anyone who has read this column a while knows I'm a bit obsessive about crypto. With the speed of modern or even old processors, there's no reason that there should be any cleartext transmissions on the Internet at all. Over the next few articles, I'll cover PGP (Pretty Good Privacy) and the GnuPG (GNU Privacy Guard) implementation of it. The link for this article located at WebProNews - Brian Hatch is no longer available. . Data protection and communication safety are enhanced with S/MIME and OpenPGP, which are prominent utilities in the Unix landscape for encrypted messaging.. File Security, Email Encryption, GnuPG Tools, PGP Implementation. . LinuxSecurity.com Team
Afraid an unauthorized someone is reading your personal e-mail? Then prevent it by encrypting your e-mail using a program such as PGP (Pretty Good Privacy). PGP was invented in 1991 by Phil Zimmermann as a way to send e-mail so . . . . Afraid an unauthorized someone is reading your personal e-mail? Then prevent it by encrypting your e-mail using a program such as PGP (Pretty Good Privacy). PGP was invented in 1991 by Phil Zimmermann as a way to send e-mail so that no one but the intended recipient could read it. It landed him in a world of legal trouble with the feds until they dropped the case after pressure from the computer industry in 1996. However, after Network Associates bought PGP in 1997, development started to drift, and by 2001 work on the software had ground to a halt. Network Associates had effectively shelved the software. Thankfully, the newly funded PGP Corp., based in Palo Alto, Calif., bought the software and released new versions in November 2002 that run on both Windows XP and Mac OS X. First off, don't confuse codes and ciphers. Codes are agreed upon substitutions of words and phrases, like "the baby is in the crib" for "the package has arrived." Ciphers are mathematical formulas that transform messages into gobbledygook. An example of a simple cipher is one that has A=1, B=2, C=3, and so on. So the word "subway" would be represented as 19-21-2-23-1-25. You could make it more complicated by reversing the order of the numbers--so that A=26, B=25, etc.--or you could stick with the original order and multiply the numbers by an arbitrary number, say 7. "Subway" would then be 133-147-14-161-7-175. The link for this article located at PopularMechanics is no longer available. . Safeguard your private messages from prying eyes. Discover the best practices for implementing encryption with PGP.. Email Encryption, PGP Security, Privacy Tools. . LinuxSecurity.com Team
For more than a decade, the United States government classified encryption technology as a weapon. Now that label might actually apply. Security-consulting firm Foundstone said Thursday that e-mail messages encrypted with the Pretty Good Privacy program can be used as digital bullets to attack and take control of a victim's computer.. . .. For more than a decade, the United States government classified encryption technology as a weapon. Now that label might actually apply. Security-consulting firm Foundstone said Thursday that e-mail messages encrypted with the Pretty Good Privacy program can be used as digital bullets to attack and take control of a victim's computer. Because of a flaw in the way PGP handles long file names in an encrypted archive, an attacker could "take control of the recipient's computer, elevating his or her privileges on the organization's network," Foundstone said in an advisory. The link for this article located at ZDNet is no longer available. . For more than a decade, the United States government classified encryption technology as a weapon. N. decade, united, states, government, classified, encryption, technology, weapon. . LinuxSecurity.com Team
The intent of this document is to provide the new PGP user with enough information to effectively use PGP. This is just a primer; for more information, check the PGP help file and manual or see the Resources list at the . . . . The intent of this document is to provide the new PGP user with enough information to effectively use PGP. This is just a primer; for more information, check the PGP help file and manual or see the Resources list at the end of this article. I recommend reading these at the first opportunity; cryptographic applications are much safer when used by informed users who understand the basic concepts. The documentation is readable and provides a good introduction to general cryptographic concepts. PGP puts your email or files in a digital envelope that only the intended recipient with a copy of PGP can decipher. Anybody else sees a random-looking sequence of ASCII characters. This process of encryption allows you to open digital envelopes encrypted to your public key. This is the reverse of the decryption process. Many products have "secure" modes that allegedly provide secure information storage and transmission. Unfortunately, most of those products are susceptible to "password cracker" programs readily available at various Internet sites either in freeware form, often aimed at the black-hat community, or as commercial ware marketed to corporate help desks who help their users figure out the passwords they forgot. Law enforcement uses password-crackerprograms, too. If your "secure" product is one that can be cracked this way, it isn't secure. The link for this article located at 8wire is no longer available. . Delve into the crucial handbook for novice PGP enthusiasts, enabling safe and proficient exchanges.. PGP, Email Security, Encryption Techniques, Secure Communication. . LinuxSecurity.com Team
This article starts out with a nice description of cryptography then goes into how to incorporate PGP for use with Pine. "Encryption is the transformation of data into a form that is (hopefully) impossible to read without the knowledge of a . . . . This article starts out with a nice description of cryptography then goes into how to incorporate PGP for use with Pine. "Encryption is the transformation of data into a form that is (hopefully) impossible to read without the knowledge of a key. Its purpose is to ensure privacy by keeping information hidden from anyone for whom it is not intended. Decryption is the reverse of encryption; it is the transformation of encrypted data back into an intelligible form. Encryption and decryption generally require the use of some secret information, referred as key. Some encryption mechanisms use the same key for both encryption and decryption; others use different keys for the two processes." The link for this article located at LinuxGazette [LWN] is no longer available. . This article starts out with a nice description of cryptography then goes into how to incorporate PG. article, starts, description, cryptography, incorporate. . LinuxSecurity.com Team
The following is a description of how I got a Linux version of the PGP encryption program, how I installed it, and a few observations about quirks in the program. The Linux version of PGP that I got is PGPcmdfw_6.5.2_Linux.i386.rpm and . . . . The following is a description of how I got a Linux version of the PGP encryption program, how I installed it, and a few observations about quirks in the program. The Linux version of PGP that I got is PGPcmdfw_6.5.2_Linux.i386.rpm and it offers the options of 1024 or 2048 bit encryption. The 2048 bit option is compatible with people using PGP 2.6.2 with an extra command that will be noted later in REMARKS and QUIRKS. The link for this article located at LinuxNewbie.org is no longer available. . The following is a description of how I got a Linux version of the PGP encryption program, how I ins. description, linux, version, encryption, program. . LinuxSecurity.com Team
Get the latest Linux and open source security news straight to your inbox.