1JOSE-B64-DEC(1)                                                JOSE-B64-DEC(1)
2
3
4

NAME

6       jose-b64-dec - Decodes URL-safe Base64 data to binary
7

SYNOPSIS

9       jose b64 dec -i B64 [-O BIN]
10

OVERVIEW

12       The jose b64 dec command decodes URL-safe Base64 data to binary format.
13

OPTIONS

15       -i FILE, --base64=FILE
16              Read Base64 (URL-safe) data from FILE
17
18       -i -, --base64=-
19              Read Base64 (URL-safe) data from standard input
20
21       -O FILE, --binary=FILE
22              Write binary data to FILE
23
24       -O -, --binary=-
25              Write binary data to standard output
26

EXAMPLES

28       Decode a simple message:
29
30
31
32           $ echo SGVsbG8sIFdvcmxkCg | jose b64 dec -i-
33           Hello, World
34
35
36

AUTHOR

38       Nathaniel McCallum <npmccallum@redhat.com>
39

SEE ALSO

41       jose-b64-enc(1)
42
43
44
45                                   June 2017                   JOSE-B64-DEC(1)
Impressum