truecrypt 命令提示符命令出现问题

发布于 2024-11-17 14:02:30 字数 364 浏览 4 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧瑾黎汐 2024-11-24 14:02:30

好吧,我发现 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

寻找我们的幸福 2024-11-24 14:02:30

此页面提到了格式命令行选项: 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文