truecrypt 命令提示符命令出现问题
在 C# 项目中,我通过命令提示符命令访问真正的 crypt 功能。我有以下任务要做。
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 已完成。但我真的坚持第一点。也就是说,我无法找到创建真正的加密卷的命令。如果有人帮助我使用命令提示符命令创建一个具有特定大小和密码的真正的加密卷,那就太好了。
提前致谢。
In C# project I am Accessing true crypt functionality via command prompt command.I have the following task to do.
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
I know how to execute command prompt command from C#.And task 2-4 are done.But i am really stuck with the First point.That is, i am unable to find the command for creating true crypt volume.If any body help me with the command prompt command to create a true crypt volume with specific size and password it would be great.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,我发现 truecrypt 卷创建命令仅适用于 linux。不适用于 Windows。所以我的命令不起作用
Well,I found that truecrypt volume creation command is only works on linux.Not in windows.So my command was not working
此页面提到了格式命令行选项: http://www.truecrypt.org /docs/?s=命令行用法
然后,此页面再次提到 -c 或 --create 开关: http ://www.irongeek.com/i.php?page=backtrack-3-man/truecrypt
我自己没有尝试过
This page mentions a format command line option: http://www.truecrypt.org/docs/?s=command-line-usage
Then again this page mentions a -c or --create switch: http://www.irongeek.com/i.php?page=backtrack-3-man/truecrypt
I havent tried it myself