1AtoB(1) PKI ASCII to Binary Conversion Tool AtoB(1)
2
3
4
6 AtoB - Convert ASCII base-64 encoded data to binary base-64 encoded
7 data.
8
9
10
12 AtoB input-file output-file
13
14
15
17 The AtoB command provides a command-line utility used to convert ASCII
18 base-64 encoded data to binary base-64 encoded data.
19
20
22 The following parameters are mandatory:
23
24
25 lt;input-filegt;
26 Specifies the path to the file containing the base-64 encoded ASCII
27 data.
28
29
30 lt;output-filegt;
31 Specifies the path to the file where the utility should write the
32 binary output.
33
34
36 This example command takes the base-64 ASCII data in the ascii_data.pem
37 file and writes the binary equivalent of the data to the
38 binary_data.der file:
39
40
41 $ AtoB ascii_data.pem binary_data.der
42
43
44
46 BtoA(1), pki(1)
47
48
50 Matthew Harmsen lt;mharmsen@redhat.comgt;.
51
52
54 Copyright (c) 2016 Red Hat, Inc. This is licensed under the GNU Gen‐
55 eral Public License, version 2 (GPLv2). A copy of this license is
56 available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
57
58
59
60PKI July 20, 2016 AtoB(1)