2861
Feed

Toolbox: Encrypted files and disks under Linux

Watch this toolbox Identica_toolbox Tweetn
 
Summary:

Tools to setup encryption of files, filesystems and entire disks in linux

 

 
Author:

 

 
Tags:
 
5 Tools - Sort by: popularity | last updated | name
  • 6980 GNU Privacy Guard (GnuPG) in 26 toolboxes
    add to my toolbox

    The GNU Privacy Guard (GnuPG) enables people to securely exchange messages and to secure files with both privacy and strong authentication. GnuPG is a free software replacement for the PGP suite of cryptographic software.

    Guardian Project port to Android: https://guardianproject.info/code/gnupg/

  • 2854 Revelation in 3 toolboxes
    add to my toolbox

    Revelation is a password manager for the GNOME desktop

  • 2851 encFS in 4 toolboxes
    add to my toolbox

    EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. You can find links to source and binary releases below.

  • 2850 dm-crypt in 2 toolboxes
    add to my toolbox

    dm-crypt is such a device-mapper target that provides transparent encryption of block devices using the new Linux 2.6 cryptoapi. The user can basically specify one of the symmetric ciphers, a key (of any allowed size), an iv generation mode and then he can create a new block device in /dev. Writes to this device will be encrypted and reads decrypted. You can mount your filesystem on it as usual

    tagged: encryption
  • 566 Truecrypt in 19 toolboxes
    add to my toolbox

    TrueCrypt is a free open source on-the-fly encryption (OTFE) program for Microsoft Windows XP/2000/2003 and Linux. It allows one to create a virtual encrypted disk within a file and then mount it as a real disk