logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       Matthew Harmsen lt;mharmsen@redhat.comgt;.

Description

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

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

Name

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

Options

       The following parameters are mandatory:

       lt;input-filegt;
           Specifies the path to the file containing the base-64 encoded ASCII data.

       lt;output-filegt;
           Specifies the path to the file where the utility should write the binary output.

See Also

BtoA(1), pki(1)

Synopsis

AtoBinput-fileoutput-file

See Also