Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Publickey


Related Topics

  
  Public Key - Waikato Linux Users Group
PublicKeys and PrivateKeys are generated in matched pairs in PublicKeyEncryption.
The PublicKey can decrypt anything encrypted with its PrivateKey and visa-versa, but the public key is unable to decrypt anything it encrypts itself and the private key is unable to decrypt anything it encrypts itself.
This is the basis of all PublicKey Cryptography.
www.wlug.org.nz /PublicKey   (238 words)

  
 Security Guide - Network File System (NFS) Security
Each entry in the file consists of a network user name (which refers to either a user or a host name), followed by the user public key (in hexadecimal notation), a colon, and the user-encrypted secret key (also in hexadecimal notation).
Because the login command does not retrieve keys out of the publickey map for the keyserv daemon, the user must execute the keylogin command.
Verify that the publickey map exists and that the keyserv daemon is running.
publib16.boulder.ibm.com /pseries/en_US/aixbman/security/secure_nfs.htm   (2629 words)

  
 Antiy Labs---Security Information Channel under the System of Publickey   (Site not responding. Last check: 2007-10-15)
Publickey system means enciphering and deciphering with a pair of matching keys.
Publickey or symmetric key can be selected in enciphering in accordance with different demands.
Thus, not only the advantage of being high enciphering strength for publickey is reserved but also the advantage of being high enciphering speed for symmetric key is considered, and it gives solution to the disadvantage of being difficult for transfer of symmetric key.
www.antiy.net /research/00000001.htm   (1319 words)

  
 Preparing the publickey file   (Site not responding. Last check: 2007-10-15)
To create publickey file entries, become the NIS administrator at the master server and invoke newkey for a given user by entering:
In the case of the publickey map, changes to /etc/publickey effected through newkey or chkey are mediated by /usr/sbin/udpublickey.
If you modify publickey's directory in /var/yp/Makefile (that is, if you want the publickey file to be in a directory other than /etc), modify the variable DIR in the updaters file in a manner similar to that described in ``Modifying the Makefile''.
docsrv.sco.com /NET_nis/nisT.publickey_prep.html   (434 words)

  
 publickey File for NIS   (Site not responding. Last check: 2007-10-15)
This file is altered either by the user through the chkey command or by the person who administers the system through the newkey command.
The publickey file should only contain data on the master server, where it is converted into the publickey.byname NIS map.
This file is part of NFS in Network Support Facilities in Base Operating System (BOS) Runtime.
www.unet.univie.ac.at /aix/files/aixfiles/publickey.htm   (134 words)

  
 publickey(3) man page   (Site not responding. Last check: 2007-10-15)
publickey, getpublickey, getsecretkey - get public or secret key
These routines are used to get public and secret keys from the YP database.
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.
www.rahul.net /cgi-bin/userbin/man?topic=publickey§ion=3   (109 words)

  
 Uses of Interface java.security.PublicKey (Java 2 Platform SE v1.4.2)
Verifies that the signature in this SignedObject is the valid signature for the object stored inside, with the given verification key, using the designated verification engine.
Verifies that this CRL was signed using the private key that corresponds to the given public key.
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
www.cs.kent.ac.uk /java/api/java/security/class-use/PublicKey.html   (415 words)

  
 live: Scope class Reference   (Site not responding. Last check: 2007-10-15)
References assign(), clean(), fTTL, NULL, publicKey(), and ttl().
publicKey()) != 0) { 00050 clean(); 00051 assign(rightSide.
publicKey()); 00052 } else { // need to assign TTL only 00053 fTTL = rightSide.
www.live.com /liveMedia/public/doxygen/classScope.html   (111 words)

  
 PublicKey
This abstract class provides the methods for getting the information about a CertificateRequest such as subject, publicKey, versionNumber, signatureAlgorithm or signature
Sets the publicKey associated with the certificate principal
Generates CertificateRequest using specified algorithm such as "RSA-SHA1" or "DSA-MD5" and signs the request with the privateKey which must correspond to the publicKey of the subjet that is included in the request.
www.umich.edu /~x509/akenti/PublicKey.2.html   (162 words)

  
 Wiki: PublicKey   (Site not responding. Last check: 2007-10-15)
A PublicKey is the part of PublicKey/PrivateKey encryption that can be freely distibuted and made publically available (thus the "public" in PublicKey").
There is not much reason to protect your PublicKey -- It only provides enough information to allow data to be ENcrypted to the receiver.
Not even the device that originally ENcrypted the information can DEcrypt it without access to a corresponding PrivateKey.
doc.trustix.org /cgi-bin/trustixdoc.cgi?PublicKey   (102 words)

  
 publickey problem   (Site not responding. Last check: 2007-10-15)
You have to use lshd --root-login if you need that.
> lshd: Unknown publickey algorithm spki-sign-dss This is kind-of normal (spki support in lshd is not finished).
If the client has a dsa key, it will try public-key auth with the algorithms "spki-sign-dss" and the standard "ssh-dss", as well as with password auth.
lists.lysator.liu.se /pipermail/lsh-bugs/2004q2/000214.html   (101 words)

  
 Theory PublicSET (Isabelle2004: April 2004)   (Site not responding. Last check: 2007-10-15)
(publicKey b A = publicKey b' A') = (b = b' ∧ A = A')
(invKey (publicKey b A) = invKey (publicKey b' A')) = (b = b' ∧ A = A')
(publicKey b A ∈ publicKey c ` AS) = (b = c ∧ A ∈ AS)
www.cl.cam.ac.uk /~lcp/Isabelle/library/HOL/SET-Protocol/PublicSET.html   (1739 words)

  
 XP_CRYPT   (Site not responding. Last check: 2007-10-15)
Length less then 1024 should be considered as unsecure.
After successful execution @PrivateKey variable has private key used for decryption or generating public key later, @PublicKey variable has public key used for encryption data.
Please note, that password not needed anymore, password now used only on key load and save stage (see xp_rsa_load_key, xp_rsa_save_key).
www.sqlservercentral.com /products/XP_CRYPT/description.asp   (645 words)

  
 PHP: ssh2_publickey_list - Manual
The publickey subsystem is used for managing publickeys on a server to which the client is
To authenticate to a remote system using publickey authentication, use the
The most common attribute, and the only one supported by publickey version 1 servers, is
www.php.net /manual/en/function.ssh2-publickey-list.php   (127 words)

  
 SSH - SOLVED: OpenSSH 3.7.1 on OpenBSD 3.4 [i386] publickey auth fails
SSH - SOLVED: OpenSSH 3.7.1 on OpenBSD 3.4 [i386] publickey auth fails
To view this thread in it's original format and/or if you want to reply to this thread please [click here]
I am replying to my own post in case someone else will have this problem
www.webservertalk.com /archive94-2004-1-57059.html   (313 words)

  
 : Class Crypto
Decode an RSA PublicKey object from encoded data
- the PublicKey with which to encrypt the symmetric key
Determine whether the signature on the data is valid
linas.org /mirrors/www.webfunds.org/2001.04.16/jd/webfunds/sox/Crypto.html   (849 words)

  
 Re: SSH 2.3 and publickey
If you have a user-specific ssh2_config > file, make sure that also has it.
> > -Anne > > On Tue, Aug 29, 2000 at 09:24:16AM -0700, Barry Grussling wrote: > > Hello, > > > > I am trying to get my ssh 2.3 installation to do publickey > > authorization on our Solaris 7 Sparc network.
> > debug: entering event loop > > debug: ssh_client_wrap: creating transport protocol > > debug: > > SshAuthMethodClient/sshauthmethodc.c:105/ssh_client_authentication_initialize: > > Added "publickey" to usable methods.
www.mail-archive.com /ssh@clinet.fi/msg03646.html   (587 words)

  
 X509Cert (JCETaglib Javadoc Documentation)
Saves certificate and corresponding private key as a P12 keystore
selfsign(java.security.PrivateKey privatekey, java.security.PublicKey publickey, java.lang.String signaturealgorithm, long validity, java.lang.String subjectdn, boolean isca, java.lang.String netscapeextensions)
sign(java.security.PublicKey publickey, java.security.PrivateKey issuerprivatekey, java.security.cert.X509Certificate issuercertificate, java.lang.String signaturealgorithm, long validity, java.lang.String subjectdn, boolean isca, java.lang.String crldisturi, java.lang.String netscapeextensions)
jcetaglib.sourceforge.net /api/net/sourceforge/jcetaglib/lib/X509Cert.html   (467 words)

  
 PublicKey
Decrements the count of references to the wrapped PublickeyImpl object
A PublicKey object is a reference-count pointer that wraps a PublicKeyImpl object.
Returns a MessageDigest object given the name of a standard algorithm specified by alg such as MD5.
www.umich.edu /~x509/akenti/PublicKey.4.html   (249 words)

  
 Cal Poly Central UNIX man pages : publickey (4)   (Site not responding. Last check: 2007-10-15)
Cal Poly Central UNIX man pages : publickey (4)
publickey(4) publickey(4) NAME publickey - public key database SYNOPSIS etc/publickey DESCRIPTION /etc/publickey is a local public key database that is used for secure RPC.
AUTHOR publickey was developed by Sun Microsystems, Inc. SEE ALSO chkey(1), newkey(1M), getpublickey(3N), nsswitch.conf(4).
www.calpoly.edu /cgi-bin/man-cgi?publickey+4   (146 words)

  
 StrongNameIdentityPermissionAttribute.PublicKey Property (.NET Framework)
Gets or sets the public key value of the strong name identity expressed as a hexadecimal string.
[Visual Basic] Public Property PublicKey As String [C#] public string PublicKey {get; set;} [C++] public: __property String* get_PublicKey(); public: __property void set_PublicKey(String*); [JScript] public function get PublicKey() : String; public function set PublicKey(String);
The public key value of the strong name identity expressed as a hexadecimal string.
msdn.microsoft.com /library/en-us/cpref/html/frlrfsystemsecuritypermissionsstrongnameidentitypermissionattributeclasspublickeytopic.asp   (110 words)

  
 AuthBySignature (Aglets Development Kit)
Default constructor creates a default message digest function.
AuthBySignature(java.lang.String digestName, java.lang.String signatureName, java.security.PrivateKey privateKey, java.security.PublicKey publicKey)
protected AuthBySignature(java.lang.String digestName, java.lang.String signatureName, java.security.PrivateKey privateKey, java.security.PublicKey publicKey)
aglets.sourceforge.net /doc/com/ibm/atp/auth/AuthBySignature.html   (161 words)

  
 manquery - -s 4 publickey @ Eastern Illinois University   (Site not responding. Last check: 2007-10-15)
manquery - -s 4 publickey @ Eastern Illinois University
File Formats publickey(4) NAME publickey - public key database SYNOPSIS /etc/publickey DESCRIPTION /etc/publickey is a local public key database that is used for secure RPC.
Please contact the WEBMASTER for more information or to report any problems.
www.eiu.edu /cgi-bin/manquery?publickey(4)   (175 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.