inspect-devguard-token

Decode and display a DevGuard token’s keys

Synopsis

Decode a DevGuard hex token and print the corresponding private and public keys in PEM and hex formats.

This is intended for debugging and key inspection only.

Warning: the private key will be printed to stdout; handle output carefully and avoid exposing private keys in logs or shared screens.

devguard-scanner inspect-devguard-token <hex-token> [flags]

Examples

  # Inspect a DevGuard token
  devguard-scanner inspect-devguard-token 4a6f...
 
  # Save output to file
  devguard-scanner inspect-devguard-token 4a6f... > keys.txt

Options

  -h, --help   help for inspect-devguard-token

Options inherited from parent commands

  -l, --logLevel string   Set the log level. Options: debug, info, warn, error (default "info")