Zymonic Toolkit Decryptor

From Zymonic
Revision as of 09:51, 30 August 2018 by Jbree (talk | contribs) (Typo)

This page contains all of the options for:

sudo zymonic_toolkit.pl Decryptor


Import Ecommerce keys

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

sudo zymonic_toolkit.pl Decryptor import_ecommerce_keys
  • System

    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

    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

    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

Pings the decryptor(s)

sudo zymonic_toolkit.pl Decryptor ping
  • System

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

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

    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

    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

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

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

    Number of pings to send - defaults to 1.

    sudo zymonic_toolkit.pl Decryptor ping --pings NUMBER
    

Help

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

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

    sudo zymonic_toolkit.pl Decryptor help --command COMMAND