Tools to setup encryption of files, filesystems and entire disks in linux
-
dm-crypt
in 2 toolboxes
add to my toolboxdm-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 -
encFS
in 4 toolboxes
add to my toolboxEncFS 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.
-
GNU Privacy Guard (GnuPG)
in 25 toolboxes
add to my toolboxThe 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/
-
Revelation
in 3 toolboxes
add to my toolboxRevelation is a password manager for the GNOME desktop
-
Truecrypt
in 19 toolboxes
add to my toolboxTrueCrypt 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