Updated texts

pull/209/head
M66B 2 years ago
parent 842797ae02
commit 8a1001a04a

@ -2,11 +2,11 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Decrypt text</title> <title>Decrypt content</title>
<meta name="theme-color" content="#006db3"> <meta name="theme-color" content="#006db3">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <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="author" content="M66B">
<meta name="robots" content="noindex"> <meta name="robots" content="noindex">
@ -49,7 +49,7 @@
password.focus(); password.focus();
} }
else { else {
error.textContent = 'Your browser is unsuitable for decrypting text'; error.textContent = 'Your browser is unsuitable for decrypting content';
error.style.display = 'block'; error.style.display = 'block';
details.innerHTML = details.innerHTML =
'crypto.subtle: ' + (crypto.subtle ? 'Yes' : 'No') + '<br>' + 'crypto.subtle: ' + (crypto.subtle ? 'Yes' : 'No') + '<br>' +
@ -136,7 +136,7 @@
<form id="form" action="#" method="GET" style="display: none;"> <form id="form" action="#" method="GET" style="display: none;">
<p> <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> </p>
<fieldset id="fields" style="border:0 none; margin: 0; padding: 0;"> <fieldset id="fields" style="border:0 none; margin: 0; padding: 0;">
<p> <p>
@ -149,9 +149,7 @@
</p> </p>
</fieldset> </fieldset>
<p style="font-size: smaller;"> <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> 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.
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.
</p> </p>
</form> </form>

Loading…
Cancel
Save