mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Updated texts
This commit is contained in:
parent
842797ae02
commit
8a1001a04a
1 changed files with 5 additions and 7 deletions
|
@ -2,11 +2,11 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Decrypt text</title>
|
||||
<title>Decrypt content</title>
|
||||
|
||||
<meta name="theme-color" content="#006db3">
|
||||
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
|
||||
<meta name="description" content="Decrypt text">
|
||||
<meta name="description" content="Decrypt content">
|
||||
<meta name="author" content="M66B">
|
||||
<meta name="robots" content="noindex">
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
|||
password.focus();
|
||||
}
|
||||
else {
|
||||
error.textContent = 'Your browser is unsuitable for decrypting text';
|
||||
error.textContent = 'Your browser is unsuitable for decrypting content';
|
||||
error.style.display = 'block';
|
||||
details.innerHTML =
|
||||
'crypto.subtle: ' + (crypto.subtle ? 'Yes' : 'No') + '<br>' +
|
||||
|
@ -136,7 +136,7 @@
|
|||
|
||||
<form id="form" action="#" method="GET" style="display: none;">
|
||||
<p>
|
||||
Someone sent you password protected text with <a href="https://email.faircode.eu/" target="_blank">FairEmail</a>.
|
||||
Someone sent you password protected content with <a href="https://email.faircode.eu/" target="_blank">FairEmail</a>.
|
||||
</p>
|
||||
<fieldset id="fields" style="border:0 none; margin: 0; padding: 0;">
|
||||
<p>
|
||||
|
@ -149,9 +149,7 @@
|
|||
</p>
|
||||
</fieldset>
|
||||
<p style="font-size: smaller;">
|
||||
Password protected text is sent as a <a href="https://en.wikipedia.org/wiki/URI_fragment" target="_blank">URI fragment</a> and not stored on third party servers, and decrypted in the browser with JavaScript.<br>
|
||||
Password protected text is encrypted with AES/GCM with a 256 bits key derived with PBKDF2/SHA-512 with 120,000 iterations.<br>
|
||||
Please see <a href="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq184" target="_blank">here</a> for more information.
|
||||
Passwords, encrypted, and decrypted content stay in your own browser. See <a href="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq184" target="_blank">here</a> for more information.
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in a new issue