Base16 Process Plugin
ArchivedThe Base16 Process Plugin is a data-stream encoder-decoder application. By using this application, you can either encode the field values to Base16-encoded characters or decode the Base16 characters to their corresponding text values. The application uses the Base16 encoding scheme.
Release Details
Installation
Follow these steps to install the Base16 Process Plugin v3.5.0:
- Download the Base16 Process Plugin package provided above in the Download section.
- Install the package by importing the pak file to LogPoint under Settings >> System >> Applications.
Usage Information
General Syntax: | process base16(<encode or decode>, <field to be encoded or decoded>) as <attribute_name>
Encoding
Syntax: | process base16(encode,field) as encoded_attribute
For example, the "| process base16(encode, word) as encoded_name" query encodes the word field value and stores the encoded data in the encoded_name field.
Decoding
Syntax: | process base16(decode,field) as decoded_attribute
For example, the "| process codec(decode, word) as decoded_name" query decodes the word field value and stores the decoded data in the decoded_name field.
Support
If you have any questions or require assistance, create a support ticket.
Comments
Article is closed for comments.