Skip to content

Command line tool to get technical information about VeraCrypt mounted volumes and system encryption

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
License.txt
Notifications You must be signed in to change notification settings

veracrypt/VeraStatus

Repository files navigation

VeraStatus

Command line tool to get technical information about VeraCrypt mounted volumes and system encryption

Usage:

  • Querying system encryption information: VeraStatus.exe [/sysenc]
  • Querying volume encryption information: VeraStatus.exe DriveLetter: (e.g. VeraStatus.exe O:)
  • List all mounted volumes: VeraStatus.exe /list
  • Clear volumes master keys from RAM including system encryption ones: VeraStatus.exe /clearkeys
  • Displaying usage information: VeraStatus.exe /h

The exit code of the process indicates the result of the operation:

  • /sysenc or no argument:
  • 0 => system fully encrypted
  • 1 => system partially encrypted
  • 2 => system not encrypted
  • -1 => VeraCrypt driver not found
  • -2 => Error during driver call
  • -3 => Invalid command line argument
  • DriveLetter: argument:
  • 0 => drive letter corresponds to a mounted VeraCrypt volume
  • 3 => no VeraCrypt volume is mounted on the specified drive letter
  • -1 => VeraCrypt driver not found
  • -2 => Error during driver call
  • -3 => Invalid command line argument
  • /list or /clearkeys!
  • -1 => VeraCrypt driver not found
  • -2 => Error during driver call
  • -3 => Invalid command line argument

About

Command line tool to get technical information about VeraCrypt mounted volumes and system encryption

Topics

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
License.txt

Stars

Watchers

Forks

Packages

No packages published