Linux下的磁盘加密工具
时间:2010-06-04 来源:lvDbing
1。安装加密软件
2. 添加相应模块,在/etc/profile
3. 编写启动和关闭脚本
(PS:我这里是将/dev/sda10作为要加密的分区)
cadenwu@cadenwu-laptop:~$ sudo apt-get install cryptsetup |
2. 添加相应模块,在/etc/profile
# for luks |
3. 编写启动和关闭脚本
#启动脚本
cadenwu@cadenwu-laptop:~/Bin$ cat cstart
#关闭脚本
cadenwu@cadenwu-laptop:~/Bin$ cat cstop |
(PS:我这里是将/dev/sda10作为要加密的分区)
相关阅读 更多 +
排行榜 更多 +