diff options
author | Aaron Weber <aaron@ximian.com> | 2001-08-23 06:57:30 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2001-08-23 06:57:30 +0800 |
commit | f106ce0ff70ba138a289ba2ef905271fc2abbae6 (patch) | |
tree | 52817a65c17bcf4c18fda365437114785fdfe5a2 /help/C/apx-gloss.sgml | |
parent | 4bc7cbc83e8c779a7b546e2557e2de037d547622 (diff) | |
download | gsoc2013-evolution-f106ce0ff70ba138a289ba2ef905271fc2abbae6.tar.gz gsoc2013-evolution-f106ce0ff70ba138a289ba2ef905271fc2abbae6.tar.zst gsoc2013-evolution-f106ce0ff70ba138a289ba2ef905271fc2abbae6.zip |
public key.
2001-08-22 Aaron Weber <aaron@ximian.com>
* C/apx-gloss.sgml: public key.
svn path=/trunk/; revision=12405
Diffstat (limited to 'help/C/apx-gloss.sgml')
-rw-r--r-- | help/C/apx-gloss.sgml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/help/C/apx-gloss.sgml b/help/C/apx-gloss.sgml index 76102417c4..dd9de00ddb 100644 --- a/help/C/apx-gloss.sgml +++ b/help/C/apx-gloss.sgml @@ -309,12 +309,25 @@ sending particular types of information between computer systems. Examples include POP (Post Office Protocol), for email, and HTTP (HypterText Transfer Protocol), for web pages. + </para> + </glossdef> + </glossentry> + <glossentry id="public-key-encryption"> + <glossterm>Public Key Encryption</glossterm> + <glossdef> + <para> + A strong encryption method that uses a set of two "keys," one of + which is made public, and one of which is kept private. Data + encrypted using the public key can only be decrypted using the + private key. The longer the keys, the more difficult it is to + break the encryption. </para> </glossdef> </glossentry> + <glossentry id="regular-expression"> <glossterm>Regular Expression</glossterm> <glossdef> |