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:
yarmo 2020-07-04 15:33:11 +02:00
commit 818c3b8a79

View file

@ -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>