Dear nixCraft, I carry my Linux powered laptop just about everywhere. How do I protect my private data stored on partition or removable storage media against bare-metal attacks where anyone can get their hands on my laptop or usb pen drive while traveling? . - Sincerely, Worried about my data. That’s actually a great question. Many enterprises, small businesses, and government users need to encrypt their laptops to protect confidential information such as customer details, files, contact information, and much more. Linux supports the following cryptographic techniques to protect a hard disk, directory, and partition. All data that is written on any one of the following techniques will automatically encrypted and decrypted on the fly. The link for this article located at nixCraft is no longer available. . Discover practical techniques to safeguard your Linux hard drive, ensuring sensitive information remains secure against unauthorized access during your travels.. Hard Disk Encryption, Linux Data Protection, Encryption Techniques, Secure Data Transfer. . Brittany Day
This article is the first of two on cryptography basics using OpenSSL, a production-grade library and toolkit popular on Linux and other systems. (To install the most recent version of OpenSSL, see here.) OpenSSL utilities are available at the command line, and programs can call functions from the OpenSSL libraries. The sample program for this article is in C, the source language for the OpenSSL libraries. . The two articles in this series cover—collectively—cryptographic hashes, digital signatures, encryption and decryption, and digital certificates. You can find the code and command-line examples in a ZIP file from my website. The link for this article located at Opensource.com is no longer available. . Explore the essentials of cryptography and OpenSSL, focusing on hashes, encryption, and digital certificates for secure communication in the digital world. OpenSSL Basics, Cryptography Fundamentals, Linux Encryption Techniques, Digital Signatures, Cryptographic Libraries. . Brittany Day
The first article in this series introduced hashes, encryption/decryption, digital signatures, and digital certificates through the OpenSSL libraries and command-line utilities. This second article drills down into the details. Let’s begin with hashes, which are ubiquitous in computing, and consider what makes a hash function cryptographic. . The download page for the OpenSSL source code () contains a table with recent versions. Each version comes with two hash values: 160-bit SHA1 and 256-bit SHA256. These values can be used to verify that the downloaded file matches the original in the repository: The downloader recomputes the hash values locally on the downloaded file and then compares the results against the originals. Modern systems have utilities for computing such hashes. Linux, for instance, has md5sum and sha256sum. OpenSSL itself provides similar command-line utilities. The link for this article located at Opensource.com is no longer available. . Explore hash functions and digital signatures using OpenSSL libraries and command-line utilities for secure computing.. first, article, series, introduced, hashes, encryption/decryption, digital, signatures. . Brittany Day
cryptlib is a powerful security toolkit that allows even inexperienced crypto programmers to easily add encryption and authentication services to their software.. . cryptosafe offers a comprehensive security library designed to assist beginner cryptocurrency developers in executing encryption effectively.. Crypto Development, Secure Programming, Encryption Toolkit. . Anthony Pell
This is a great document that explains public key infrastructure, X.509 and certificates, and the problems with existing methods.. . This is a great document that explains public key infrastructure, X.509 and certificates, and the pr. great, document, explains, public, infrastructure, certificates. . Anthony Pell
This is perhaps the greatest document on introducing cryptography available. . . This is perhaps the greatest document on introducing cryptography available.. perhaps, greatest, document, introducing, cryptography. . Anthony Pell
This module provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols by the help of the Open Source SSL/TLS toolkit OpenSSL, which is based on SSLeay from Eric. The link for this article located at mod_ssl is no longer available. . The link for this article located at mod_ssl is no longer available.. module, provides, strong, cryptography, apache, webserver, secure, sockets, layer. . Anthony Pell
This is the commercial version of the Pretty Good Privacy package. PGP can be used to encrypt email documents and normal files using strong cryptography.. . This is the commercial version of the Pretty Good Privacy package. PGP can be used to encrypt email . commercial, version, pretty, privacy, package, encrypt, email. . Anthony Pell
Get the latest Linux and open source security news straight to your inbox.