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

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

Authors

       Matthew Harmsen lt;mharmsen@redhat.comgt;.

Description

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

Examples

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

              $ BtoA binary_data.der ascii_data.pem

Name

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

Options

       The following parameters are mandatory:

       lt;input-filegt;
           Specifies the path to the file which contains the base-64 encoded binary data.

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

See Also

AtoB(1), pki(1)

Synopsis

BtoAinput-fileoutput-file

See Also