*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> publickey (3)              
Title
Content
Arch
Section
 

PUBLICKEY(3)

Contents


NAME    [Toc]    [Back]

     publickey, getpublickey, getsecretkey -- get public or secret key

LIBRARY    [Toc]    [Back]

     RPC Service Library (librpcsvc, -lrpcsvc)

SYNOPSIS    [Toc]    [Back]

     #include <rpc/rpc.h>
     #include <rpc/key_prot.h>

     int
     getpublickey(char netname[MAXNETNAMELEN+1],
	 char publickey[HEXKEYBYTES+1]);

     int
     getsecretkey(char netname[MAXNETNAMELEN+1],
	 char secretkey[HEXKEYBYTES+1], char *passwd);

DESCRIPTION    [Toc]    [Back]

     These routines are used to get public and secret keys from the YP database.
  The getsecretkey() function has an extra argument, passwd, which
     is used to decrypt the encrypted secret key stored in the database.  Both
     routines return 1 if they are successful in finding the key, 0 otherwise.
     The keys are returned as NULL-terminated, hexadecimal strings.  If the
     password supplied to getsecretkey() fails to decrypt the secret key, the
     routine will return 1 but the secretkey argument will be a NULL string
     (``'').

SEE ALSO    [Toc]    [Back]

      
      
     publickey(5)

     RPC Programmer's Manual in /usr/share/doc/psd/23.rpc.


FreeBSD 5.2.1			October 6, 1987 		 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
publickey IRIX retrieve public or secret key
dnskeygen FreeBSD generate public, private, and shared secret keys for DNS Security
dnskeygen Tru64 Generates public, private, and shared secret keys for DNS Security
keylogin FreeBSD decrypt and store secret key
keylogout FreeBSD delete stored secret key
keylogin HP-UX decrypt and store secret key with keyserv
keylogout HP-UX delete stored secret key with keyserv
RSA_public_encrypt Tru64 RSA public key cryptography
rsa OpenBSD RSA public key cryptosystem
RSA_public_encrypt OpenBSD RSA public key cryptography
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service