uu_base32 0.0.18

base32 ~ (uutils) decode/encode input (base32-encoding)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# base32

```
base32 [OPTION]... [FILE]
```

encode/decode data and print to standard output
With no FILE, or when FILE is -, read standard input.

The data are encoded as described for the base32 alphabet in RFC 4648.
When decoding, the input may contain newlines in addition
to the bytes of the formal base32 alphabet. Use --ignore-garbage
to attempt to recover from any other non-alphabet bytes in the
encoded stream.