AtoB - Man Page

Convert ASCII base-64 encoded data to binary base-64 encoded data.

Synopsis

AtoB input-file output-file

Description

The AtoB command provides a command-line utility used to convert ASCII base-64 encoded data to binary base-64 encoded data.

Options

The following parameters are mandatory:

<input-file>
   Specifies the path to the file containing the base-64 encoded ASCII data.

<output-file>
   Specifies the path to the file where the utility should write the binary output.

Examples

This example command takes the base-64 ASCII data in the ascii_data.pem file and writes the binary equivalent of the data to the binary_data.der file:

$ AtoB ascii_data.pem binary_data.der

See Also

BtoA(1), pki(1)

Authors

Matthew Harmsen <mharmsen@redhat.com>.

Referenced By

BtoA(1).

July 20, 2016 PKI ASCII to Binary Conversion Tool