goutils/cmd/pembody
Kyle Isom f8c64d3be5 bazel: updating build files 2023-05-04 15:11:15 -07:00
..
BUILD.bazel bazel: updating build files 2023-05-04 15:11:15 -07:00
README Support reading from standard input in pembody. 2016-04-28 14:15:35 -07:00
pembody.go Mass rewrite imports -> git.wntrmute.dev repo. 2023-05-04 13:58:43 -07:00

README

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$