Difference between revisions of "OpenSourceEncryptionSoftware"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "Open source encryption software descriptions. ==eCryptfs== ===Description=== eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. ===Downloa...")
 
m
Line 42: Line 42:
 
==True Crypt==
 
==True Crypt==
 
===Description===
 
===Description===
Free open-source disk encryption software for Windows 7/Vista/XP, Mac OS X, and Linux
+
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.
 
===Documentation===
 
===Documentation===
 
[http://www.truecrypt.org/docs/ Documentation page.]
 
[http://www.truecrypt.org/docs/ Documentation page.]

Revision as of 05:39, 24 January 2011

Open source encryption software descriptions.

eCryptfs

Description

eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux.

Download

Latest source link on right side of page.

All downloads.

Examples

Examples can be found in Damien Oh's article How To Encrypt Files in Linux with eCryptfs.

FAQ

FAQ

HomePage

eCryptfs - Enterprise Cryptographic Filesystem

License

GPL 2+


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

Donation page.

Download

Source

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

FAQ

HomePage

OpenSSL Project

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.

Documentation

Documentation page.

Donation

Donation page.

Download

Binaries

Source

FAQ

FAQ

HomePage

TrueCrypt

License

True Crypt Open Source License.