Skip to content

VeraStatus 1.2

Compare
Choose a tag to compare
@idrassi idrassi released this 20 Aug 16:59
· 14 commits to master since this release
deda717

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

In this version 1.2, VeraStatus adds support for the new algorithms introduced in VeraCrypt 1.18.
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=0x54DDD393 Fingerprint: 993B 7D7E 8E41 3809 828F 0F29 EB55 9C7C 54DD D393).
The executable files are also signed with IDRIX code signing certificates.