|
NAMEpemdecode, pemencode - encode files in Privacy Enhanced Mail (PEM) formatSYNOPSISauth/pemdecode section [ file ]auth/pemencode section [ file ] DESCRIPTIONPEM is a textual encoding for binary data originally used by the Privacy Enhanced Mail program but now commonly used for other applications, notably TLS. PEM encodes data in base 64 (see between lines of the form:
where SECTION may be any string describing the encoded data. The most common use of PEM format on Plan 9 is for encoding X.509 certificates; see Pemdecode extracts the named section and writes the decoded data to standard output. Pemencode encodes its standard input, labels it as a section, and writes it to standard output. EXAMPLESEncode and decode a simple greeting:
SOURCE/src/cmd/authSEE ALSO Visit the GSP FreeBSD Man Page Interface. |