Zymonic Toolkit Decryptor

From Zymonic

This page contains all of the options for:

sudo zymonic_toolkit.pl Decryptor

See the manual page for the decryptor toolkit for further details.


Import Ecommerce keys[edit]

Imports keys from e-commerce and sets the keyversion to a.

sudo zymonic_toolkit.pl Decryptor import_ecommerce_keys
  • System[edit]

    The system to be inspected. This is required for the command to work.

    sudo zymonic_toolkit.pl Decryptor import_ecommerce_keys --system SYSTEM
    
  • Configuration Directory[edit]

    A direct to be used for retrieving/storing configuration for this application server - defaults to /etc/zymonic

    sudo zymonic_toolkit.pl Decryptor import_ecommerce_keys --configdir FOLDERPATH
    
  • Ecommerce Key Directory[edit]

    The directory in which the e-commerce keys are stored (you must have read access to this). This is required for the command to work.

    sudo zymonic_toolkit.pl Decryptor import_ecommerce_keys --ecomkeydir FILEPATH
    


Ping[edit]

Pings the decryptor(s)

sudo zymonic_toolkit.pl Decryptor ping
  • System[edit]

    The system to be inspected. This is required for the command to work.

    sudo zymonic_toolkit.pl Decryptor ping --system SYSTEM
    
  • Configuration Directory[edit]

    A direct to be used for retrieving/storing configuration for this application server - defaults to /etc/zymonic

    sudo zymonic_toolkit.pl Decryptor ping --configdir FOLDERPATH
    
  • Data to Encrypt[edit]

    Capture data to encrypt (and then use as the data in the test). Setting ! will prompt for data.

    sudo zymonic_toolkit.pl Decryptor ping --capture ARGUMENT
    
  • Token[edit]

    The token, i.e, the ID of the encrypted data.

    sudo zymonic_toolkit.pl Decryptor ping --token ID
    
  • Pings to Send[edit]

    Number of pings to send - defaults to 1.

    sudo zymonic_toolkit.pl Decryptor ping --pings NUMBER
    

Help[edit]

When using a terminal to run zymonic_toolkit.pl the user will see prompts that contain the same information that is found within this manual.

sudo zymonic_toolkit.pl Decryptor help
  • Command[edit]

    The specific command to show help for. If not set then shows help for all commands.

    sudo zymonic_toolkit.pl Decryptor help --command COMMAND