OpenSourceEncryptionSoftware: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
==eCryptfs== | ==eCryptfs== | ||
===Description=== | ===Description=== |
Revision as of 05:40, 24 January 2011
eCryptfs
Description
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux.
Download
Latest source link on right side of page.
Examples
Examples can be found in Damien Oh's article How To Encrypt Files in Linux with eCryptfs.
FAQ
HomePage
eCryptfs - Enterprise Cryptographic Filesystem
License
OpenSSL
Description
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library.
Donation
Download
Examples
From Grondilu's post, to encrypt the wallet, from a terminal in bitcoin parent directory, type:
openssl enc -aes256 -in ./bitcoin/wallet.dat -out wallet.dat.aes256
From Paul Heinlein's openssl command line how to, to decode, add the '-d' option, set the '-in' option to the output file name, to type:
openssl enc -d -aes256 -in wallet.dat.aes256 -out wallet.dat
FAQ
HomePage
License
Dual licensed under two BSD style open source licenses.
True Crypt
Description
Free open-source disk encryption software for Windows 7/Vista/XP, Mac OS X, and Linux. True Crypt creates a virtual encrypted disk within a file and mounts it as a real disk.