pem man page on Plan9

Man page or keyword search:  
man Server   549 pages
apropos Keyword Search (all sections)
Output format
Plan9 logo
[printable version]

PEM(8)									PEM(8)

NAME
       pemdecode, pemencode - encode files in Privacy Enhanced Mail (PEM) for‐
       mat

SYNOPSIS
       auth/pemdecode section [ file ]

       auth/pemencode section [ file ]

DESCRIPTION
       PEM is a textual encoding for binary data originally used by  the  Pri‐
       vacy  Enhanced  Mail  program  but now commonly used for other applica‐
       tions, notably TLS.  PEM	 encodes  data	in  base  64  (see  encode(2))
       between lines of the form:

	      -----BEGIN SECTION-----
	      -----END SECTION-----

       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 rsa(8).

       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.

EXAMPLES
       Encode and decode a simple greeting:

	      % echo hello world |
		   auth/pemencode GREETING
	      -----BEGIN GREETING-----
	      aGVsbG8gd29ybGQK
	      -----END GREETING-----
	      % echo hello world |
		   auth/pemencode GREETING |
		   auth/pemdecode GREETING
	      hello world
	      %

SOURCE
       /sys/src/cmd/auth

SEE ALSO
       rsa(8)

									PEM(8)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server Plan9

List of man pages available for Plan9

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net