This topic created in 4525 days ago, the information mentioned may be changed or developed.
有类似bitlocker的方法加密整个分区?
初次深入使用Linux,不知道还有没其它更好的加密方案。
3 replies • 1970-01-01 08:00:00 +08:00
 |
|
2
BOYPT Mar 6, 2014
从/dev/zero dump一个文件,然后把文件格式化,使用各种crypto fs加载。
|
 |
|
3
terry Mar 7, 2014
用 eCryptfs 这种文件系统级别的加密就可以了,加密 / 有什么意思?
dm-crypt / LUK 这种文件系统之下的加密,对 host 没有控制权的话不太好操作。
|