background preloader

Encryption

Facebook Twitter

GnuPrivacyGuardHowto. "GnuPG uses public-key cryptography so that users may communicate securely.

GnuPrivacyGuardHowto

In a public-key system, each user has a pair of keys consisting of a private key and a public key. A user's private key is kept secret; it need never be revealed. The public key may be given to anyone with whom the user wants to communicate. " From The GNU Privacy Handbook This page describes how to use OpenPGP keys. The terms "OpenPGP", "PGP", and "GnuPG / GPG" are often used interchangeably.

OpenPGP is technically a proposed standard, although it is widely used. There are several programs which provide a graphical interface to the GnuPG system. Enigmail, an OpenPGP plugin for Mozilla Thunderbird. sudo apt-get install enigmail GNU Privacy Assistant is a graphical user interface for the GnuPG (GNU Privacy Guard). sudo apt-get install gpa Seahorse is a GNOME application for managing encryption keys. To generate a key: Setting the key to be the default Adding Encryption Capabilities Creating a revocation certificate. Unix, Linux and BSD Guides - How to verify the integrity of a file using SHA-512? You can use SHA for a number of tasks including checking if a file has been altered from its source and its destination.

Unix, Linux and BSD Guides - How to verify the integrity of a file using SHA-512?

Checking file integrity can be done easily on Unix systems. 1. First, install sha if you don't have it on your system. On PC-BSD and FreeBSD: $ $ su - # pkg_add -r sha On CentOS and RPM-based systems: $ su - # yum install sha.

Openssl

How to Create a Private Encrypted Folder On Ubuntu 8.10 (Intrepid)  If you're new here, you may want to subscribe to my RSS feed and if you have questions related to your ubuntu system post question to our forums.

How to Create a Private Encrypted Folder On Ubuntu 8.10 (Intrepid) 

Thanks for visiting! Sponsored Link eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux.It provides advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself.

Think of eCryptfs as a sort of "gnupgfs".eCryptfs is a native Linux filesystem. The kernel module component of eCryptfs is part of the Linux kernel since 2.6.19. Install eCryptfs in Ubuntu Intrepid sudo aptitude install ecryptfs-utils This will install all the required packages in ubuntu intrepid. First you need to Create a new directory to encrypt. mkdir ~/Personal.