← 返回
未分类 中文

TrueCrypt CLI

Use installed TrueCrypt on Windows to mount, dismount, inspect, and automate legacy TrueCrypt containers or encrypted partitions from the command line. Trigg...
Use installed TrueCrypt on Windows to mount, dismount, inspect, and automate legacy TrueCrypt containers or encrypted partitions from the command line. Trigg...
stanestane stanestane 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 311
下载
💾 0
安装
1
版本
#latest

概述

TrueCrypt CLI

Use this skill when the user explicitly wants to work with installed TrueCrypt on Windows, especially version 7.1a, instead of being redirected to VeraCrypt.

Workflow

  1. Confirm that TrueCrypt.exe exists before giving machine-specific commands.
  2. Prefer the full executable path in examples to avoid PATH issues.
  3. Ask only for the minimum needed details:
    • volume path or device path
    • target drive letter
    • whether a keyfile is used
    • whether the operation must be non-interactive
  4. Prefer non-destructive operations first: detect install path, dismount, or prepare a command without running it.
  5. Warn before using /p because command-line passwords may be exposed to process listings, logs, or shell history.
  6. If built-in help does not print to the console, rely on known command patterns and cautious validation instead of pretending the CLI is self-documenting.

Quick checks

First, locate the binary. Common paths:

C:\Program Files\TrueCrypt\TrueCrypt.exe
C:\Program Files (x86)\TrueCrypt\TrueCrypt.exe

PowerShell check:

$tc = @(
  'C:\Program Files\TrueCrypt\TrueCrypt.exe',
  'C:\Program Files (x86)\TrueCrypt\TrueCrypt.exe'
) | Where-Object { Test-Path $_ } | Select-Object -First 1

If nothing is found there, fall back to Get-Command TrueCrypt.exe.

Safe command patterns

Use the cookbook in references/commands.md for exact examples.

High-confidence operations:

  • mount a volume with /v and /l
  • dismount one letter with /d X
  • dismount all with /d
  • use /q for quiet mode
  • use /k for keyfiles when needed
  • use /m for mount options when explicitly required

Prefer examples like:

"C:\Program Files\TrueCrypt\TrueCrypt.exe" /v "C:\path\container.tc" /l X /q
"C:\Program Files\TrueCrypt\TrueCrypt.exe" /d X /q
"C:\Program Files\TrueCrypt\TrueCrypt.exe" /d /q

Safety and communication rules

  • Do not casually recommend migrating to VeraCrypt if the user explicitly asked for TrueCrypt help; answer the TrueCrypt question first.
  • Do mention that TrueCrypt is discontinued when security or long-term maintenance is relevant.
  • Do not put a real password into saved scripts unless the user explicitly requests that tradeoff.
  • For destructive or risky actions, prepare the command and ask before executing it.
  • If uncertain about a rare switch, say so plainly and stick to the known-safe command surface.

Outputs to provide

Depending on the request, provide one of these:

  • exact one-line mount or dismount command
  • PowerShell or batch wrapper
  • install-detection command
  • short explanation of each switch used
  • a cautious test plan for validating a container without exposing secrets

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 20:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

Game Design Emotional Canvas

stanestane
定义、细化并评估游戏、功能、活动、地区或内容主题的情感认同、感觉、氛围与基调。用于塑造游戏。
★ 0 📥 555
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,084
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 472 📥 78,624