1BtoA(1)               PKI Binary to ASCII Conversion Tool              BtoA(1)
2
3
4

NAME

6       BtoA   -  Convert  binary base-64 encoded data to ASCII base-64 encoded
7       data.
8
9

SYNOPSIS

11       BtoA <input_file> <output_file>
12
13

DESCRIPTION

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

OPTIONS

20       The following parameters are mandatory:
21
22       <input_file>
23              Specifies  the  path  to  the  file  which  contains the base-64
24              encoded binary data.
25
26
27       <output_file>
28              Specifies the path to the file where the  utility  should  write
29              the ASCII output.
30
31

EXAMPLES

33       This   example   command   takes   the   base-64  binary  data  in  the
34       binary_data.der file and writes the ASCII equivalent of the data to the
35       ascii_data.pem file:
36
37              BtoA binary_data.der ascii_data.pem
38

AUTHORS

40       Matthew Harmsen <mharmsen@redhat.com>.
41
42
44       Copyright (c) 2016 Red Hat, Inc. This is licensed under the GNU General
45       Public License, version 2 (GPLv2). A copy of this license is  available
46       at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
47
48

SEE ALSO

50       AtoB(1),pki(1)
51
52
53
54version 10.3                     July 20, 2016                         BtoA(1)
Impressum