Files
goutils/cmd/pembody
Kyle Isom f6d227946b Get rid of bazel.
Good riddance. More of a headache than it's worth.
2024-05-19 20:24:38 -07:00
..

pembody

This is a utility for decoding PEM-encoded files and spewing their
contents to standard output. No trailing newline is appended. If
the filename is "-", pembody reads from standard input.

Example:
        $ cat file.pem
        -----BEGIN TEST DATA-----
        c2FtcGxlIGJpbmFyeSBkYXRh
        -----END TEST DATA-----
        $ pembody file.pem
        sample binary data$