在C#项目中,我通过命令提示符命令访问真正的密码功能。我有以下任务要做。
1 Creating a true crypt volume(Encrypted container)
2,Mount the volume with some drive letter
3,Copy To and delete from the mounted drive
4,Dismount the drive
我知道如何执行C#中的命令提示符命令。任务2-4已经完成。但我真的被第一点卡住了。也就是说,我找不到创建真正的加密卷的命令。如果有人用命令提示符命令帮助我创建一个具有特定大小和密码的真正加密卷,那就太好了。
提前谢谢。
好吧,我发现truecrypt volume create命令只适用于linux。不在窗户里。所以我的命令不起作用
此页面提到了一个格式化命令行选项:http://www.truecrypt.org/docs/?s=command-线路使用
本页再次提到-c或--create开关:http://www.irongeek.com/i.php?page=backtrack-3人/真密码
我自己还没试过