Skip to content

VeraStatus 1.3

Compare
Choose a tag to compare
@idrassi idrassi released this 05 Oct 16:45
· 12 commits to master since this release
f1891d3

Third release of VeraStatus, a Windows command line tool to query information about VeraCrypt volumes and encryption.

In this version 1.3, VeraStatus adds support for the new encryption algorithms introduced in VeraCrypt 1.22.
Usage:

  • Querying system encryption information: VeraStatus.exe [/sysenc]
  • Querying volume encryption information: VeraStatus.exe DriveLetter: (e.g. VeraStatus.exe O:)
  • 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

Below you will find archives containing the 32-bit and 64-bit Windows binaries and their PGP signatures using VeraCrypt PGP key ( ID=0x680D16DE Fingerprint: 5069 A233 D55A 0EEB 174A 5FC3 821A CD02 680D 16DE).
The executable files are also signed with IDRIX code signing certificates.