mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
Merge pull request 'Use field & button names from encrypt page in encrypt guide' (#1) from floehopper/keyoxide:fixes-to-guides into dev
Reviewed-on: https://codeberg.org/yarmo/keyoxide/pulls/1
This commit is contained in:
commit
818c3b8a79
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
||||||
<h3>Encrypt a message</h3>
|
<h3>Encrypt a message</h3>
|
||||||
|
|
||||||
<p>Open the <a href="/encrypt" target="_blank">keyoxide.org/encrypt</a> page and paste the fingerprint in the <strong>Email / key id / fingerprint</strong> field.</p>
|
<p>Open the <a href="/encrypt" target="_blank">keyoxide.org/encrypt</a> page and paste the fingerprint in the <strong>Email / key id / fingerprint</strong> field.</p>
|
||||||
<p>Write a message in the corresponding field. Scroll down and press the <strong>VERIFY SIGNATURE</strong> button.</p>
|
<p>Write a message in the <strong>Message</strong> field. Scroll down and press the <strong>ENCRYPT MESSAGE</strong> button.</p>
|
||||||
<p>You have successfully encrypted the message! The encrypted message in the <strong>Result</strong> field can safely be sent via unsecure communication channels knowing that only the person possessing the private key associated with that fingerprint can read it.</p>
|
<p>You have successfully encrypted the message! The encrypted message in the <strong>Message</strong> field can safely be sent via unsecure communication channels knowing that only the person possessing the private key associated with that fingerprint can read it.</p>
|
||||||
|
|
||||||
<h3>Going further</h3>
|
<h3>Going further</h3>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue