mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-17 21:02:17 -05:00
OpenPGP not PGP
This commit is contained in:
parent
6ec85b0550
commit
c4ee00bd39
@ -114,7 +114,7 @@ And don't add newlines before or after p tags because of transifex -->
|
||||
|
||||
<h2>2.5</h2>
|
||||
<ul>
|
||||
<li>Fix decryption of symmetric pgp messages/files</li>
|
||||
<li>Fix decryption of symmetric OpenPGP messages/files</li>
|
||||
<li>Refactored key edit screen (thanks to Ash Hughes)</li>
|
||||
<li>New modern design for encrypt/decrypt screens</li>
|
||||
<li>OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)</li>
|
||||
|
@ -6,7 +6,7 @@ And don't add newlines before or after p tags because of transifex -->
|
||||
</head>
|
||||
<body>
|
||||
<h2>Web of Trust</h2>
|
||||
<p>The Web of Trust describes the part of PGP which deals with creation and bookkeeping of certifications. It provides mechanisms to help the user keep track of who a public key belongs to, and share this information with others; To ensure the privacy of encrypted communication, it is essential to know that the public key you encrypt to belongs to the person you think it does.</p>
|
||||
<p>The Web of Trust describes the part of OpenPGP which deals with creation and bookkeeping of certifications. It provides mechanisms to help the user keep track of who a public key belongs to, and share this information with others; To ensure the privacy of encrypted communication, it is essential to know that the public key you encrypt to belongs to the person you think it does.</p>
|
||||
|
||||
<h2>Support in OpenKeychain</h2>
|
||||
<p>There is only basic support for Web of Trust in OpenKeychain. This is a heavy work in progress and subject to changes in upcoming releases.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user