在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#.And任务2-4是done.But我真的卡住了第一个point.That是,我无法找到命令创建真正的加密volume.If任何人帮助我的命令提示符命令创建一个真正的加密卷与特定的大小和密码,它将是伟大的。
提前谢谢。
发布于 2011-07-14 14:49:54
嗯,我发现truecrypt卷创建命令只在windows.So的linux.Not上有效,我的命令不起作用
发布于 2011-06-28 14:23:21
本页提到一个格式命令行选项:http://www.truecrypt.org/docs/?s=command-line-usage
然后,这个页面再次提到了一个开关或-c开关:http://www.irongeek.com/i.php?page=backtrack-3-man/truecrypt
我自己还没试过呢
https://stackoverflow.com/questions/6501309
复制相似问题