开源的磁盘加密软件
本来我只是想留个记录,好提醒自己哪种加密算法的磁盘吞吐量大(注意,这张图只能说明吞吐量,说明不了加密算法的复杂性,以及安全性),这个主要是用来考虑让scp使用那种算法来传送文件。
但是当我帖出这张图的时候,我就想给大家介绍一个前几天遇到的这个软件了。 刚好,可以写出来在朋友圈子里推广。
Creates a virtual encrypted disk within a file and mounts it as a real disk.
Encrypts an entire hard disk partition or a storage device such as USB flash drive.
Encryption is automatic, real-time (on-the-fly) and transparent.
Provides two levels of plausible deniability in case an adversary forces you to reveal the password:
1) Hidden volume (steganography – more information may be found here).
2) No TrueCrypt volume can be identified (volumes cannot be distinguished from random data). Encryption algorithms: AES-256, Serpent, and Twofish. Mode of operation: LRW.
简单地说,TrueCrypt是一个加密软件,支持多种加密算法。它可以加密整个存储设备分区,比如将你的U盘加密;也可虚拟出来一个磁盘分区,对里面的内容时行加密。你可以用“密码”或者“密钥文件”或者“密码+密钥文件”的方式来加密自己的数据,以虚拟磁盘的形式。虚拟磁盘就像虚拟光区一样,可以将一个使用TrueCrypt “格式化”的一个文件通过TrueCrypt挂载到某个系统不在使用的盘符上,挂载以后,系统会多出来一个盘符。你可以将你的机密数据写到这个分区里。
TrueCrypt是开源软件,大家可以自由使用,在它的主页http://www.truecrypt.org 下载
http://www.bsdmap.com/software.php 亦可下载。
Tags: 技术备忘
