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

NAME

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

SYNOPSIS

11       AtoB <input_file> <output_file>
12
13

DESCRIPTION

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

OPTIONS

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

EXAMPLES

33       This example command takes the base-64 ASCII data in the ascii_data.pem
34       file  and  writes  the  binary  equivalent   of   the   data   to   the
35       binary_data.der file:
36
37              AtoB ascii_data.pem binary_data.der
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       BtoA(1),pki(1)
51
52
53
54version 10.3                     July 20, 2016                         AtoB(1)
Impressum