To avoid ever losing your encrypted message history, you
- can save your encryption keys on the server, protected by a recovery key.
-
-
To maximise security, your recovery key is never stored by the app,
- so you must store it yourself somewhere safe.
-
Warning: storing your encryption keys on the server means that
- if someone gains access to your account and also steals your recovery key,
- they will be able to read all of your encrypted conversation history.
-
-
-
Do you wish to generate a recovery key and backup your encryption
- keys on the server?
-
- {_t(
+ "Type in your Recovery Passphrase to confirm you remember it. " +
+ "If it helps, add it to your password manager or store it " +
+ "somewhere safe.",
+ )}
+
{_t("Make a copy of this Recovery Key and keep it safe.")}
+
{_t("As a safety net, you can use it to restore your encrypted message history if you forget your Recovery Passphrase.")}
+
+
{_t("Your Recovery Key")}
+
+
+
+
+ {this._keyBackupInfo.recovery_key}
+
-
{_t("This key can decrypt your full message history.")}
-
{_t(
- "When you've saved it somewhere safe, proceed to the next step where the key will be used to "+
- "create an encrypted backup of your message keys and then destroyed.",
- )}
-
-
-
-
+
+
;
+ },
+
+ _renderPhaseKeepItSafe: function() {
+ let introText;
+ if (this.state.copied) {
+ introText = _t("Your Recovery Key has been copied to your clipboard, paste it to:");
+ }
+ const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
+ return
+ {introText}
+
+
{_t("Print it and store it somewhere safe", {}, {b: s => {s}})}
+
{_t("Save it on a USB key or backup drive", {}, {b: s => {s}})}
+
{_t("Copy it to your personal cloud storage", {}, {b: s => {s}})}
+ {_t(
+ "Without setting up Secure Message Recovery, you won't be able to restore your " +
+ "encrypted message history if you log out or use another device.",
+ )}
+
+
+
+
;
+ },
+
+ _titleForPhase: function(phase) {
+ switch (phase) {
+ case PHASE_PASSPHRASE:
+ return _t('Create a Recovery Passphrase');
+ case PHASE_PASSPHRASE_CONFIRM:
+ return _t('Confirm Recovery Passphrase');
+ case PHASE_OPTOUT_CONFIRM:
+ return _t('Warning!');
+ case PHASE_SHOWKEY:
+ return _t('Recovery Key');
+ case PHASE_KEEPITSAFE:
+ return _t('Keep it safe');
+ case PHASE_BACKINGUP:
+ return _t('Backing up...');
+ default:
+ return _t("Create Key Backup");
+ }
+ },
+
render: function() {
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');
@@ -194,32 +390,35 @@ export default React.createClass({
;
} else {
switch (this.state.phase) {
- case PHASE_INTRO:
- content = this._renderPhaseIntro();
+ case PHASE_PASSPHRASE:
+ content = this._renderPhasePassPhrase();
break;
- case PHASE_GENERATING:
- content = this._renderBusyPhase(_td("Generating recovery key..."));
+ case PHASE_PASSPHRASE_CONFIRM:
+ content = this._renderPhasePassPhraseConfirm();
break;
case PHASE_SHOWKEY:
content = this._renderPhaseShowKey();
break;
- case PHASE_MAKEBACKUP:
- content = this._renderBusyPhase(_td("Creating backup..."));
+ case PHASE_KEEPITSAFE:
+ content = this._renderPhaseKeepItSafe();
break;
- case PHASE_UPLOAD:
- content = this._renderBusyPhase(_td("Uploading keys..."));
+ case PHASE_BACKINGUP:
+ content = this._renderBusyPhase(_td("Backing up..."));
break;
case PHASE_DONE:
content = this._renderPhaseDone();
break;
+ case PHASE_OPTOUT_CONFIRM:
+ content = this._renderPhaseOptOutConfirm();
+ break;
}
}
return (
- {_t("Please enter the recovery key generated when you set up key backup")}
-
- {keyStatus}
-
+ {_t(
+ "Access your secure message history and set up secure " +
+ "messaging by entering your recovery key.",
+ )}
+
+
+
+ {keyStatus}
+
+
+ {_t(
+ "If you've forgotten your recovery passphrase you can "+
+ ""
+ , {}, {
+ button: s =>
+ {s}
+ ,
+ })}
;
}
return (
{content}
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 031a5c542c..f11c5e22f4 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -967,40 +967,58 @@
"Share Room Message": "Share Room Message",
"Link to selected message": "Link to selected message",
"COPY": "COPY",
- "Restore encryption keys": "Restore encryption keys",
- "Verify this device": "Verify this device",
- "Restore from online backup": "Restore from online backup",
- "Restore from offline backup": "Restore from offline backup",
"You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "You are currently blacklisting unverified devices; to send messages to these devices you must verify them.",
"We recommend you go through the verification process for each device to confirm they belong to their legitimate owner, but you can resend the message without verifying if you prefer.": "We recommend you go through the verification process for each device to confirm they belong to their legitimate owner, but you can resend the message without verifying if you prefer.",
"Room contains unknown devices": "Room contains unknown devices",
"\"%(RoomName)s\" contains devices that you haven't seen before.": "\"%(RoomName)s\" contains devices that you haven't seen before.",
"Unknown devices": "Unknown devices",
- "Generate recovery key": "Generate recovery key",
- "I'll stick to manual backups": "I'll stick to manual backups",
- "Here is your recovery key:": "Here is your recovery key:",
- "This key can decrypt your full message history.": "This key can decrypt your full message history.",
- "When you've saved it somewhere safe, proceed to the next step where the key will be used to create an encrypted backup of your message keys and then destroyed.": "When you've saved it somewhere safe, proceed to the next step where the key will be used to create an encrypted backup of your message keys and then destroyed.",
+ "Secure your encrypted message history with a Recovery Passphrase.": "Secure your encrypted message history with a Recovery Passphrase.",
+ "You'll need it if you log out or lose access to this device.": "You'll need it if you log out or lose access to this device.",
+ "Enter a passphrase...": "Enter a passphrase...",
+ "Next": "Next",
+ "If you don't want encrypted message history to be availble on other devices, .": "If you don't want encrypted message history to be availble on other devices, .",
+ "Or, if you don't want to create a Recovery Passphrase, skip this step and .": "Or, if you don't want to create a Recovery Passphrase, skip this step and .",
+ "That matches!": "That matches!",
+ "That doesn't match.": "That doesn't match.",
+ "Go back to set it again.": "Go back to set it again.",
+ "Type in your Recovery Passphrase to confirm you remember it. If it helps, add it to your password manager or store it somewhere safe.": "Type in your Recovery Passphrase to confirm you remember it. If it helps, add it to your password manager or store it somewhere safe.",
+ "Repeat your passphrase...": "Repeat your passphrase...",
+ "Make a copy of this Recovery Key and keep it safe.": "Make a copy of this Recovery Key and keep it safe.",
+ "As a safety net, you can use it to restore your encrypted message history if you forget your Recovery Passphrase.": "As a safety net, you can use it to restore your encrypted message history if you forget your Recovery Passphrase.",
+ "Your Recovery Key": "Your Recovery Key",
"Copy to clipboard": "Copy to clipboard",
- "Proceed": "Proceed",
+ "I've made a copy": "I've made a copy",
+ "Your Recovery Key has been copied to your clipboard, paste it to:": "Your Recovery Key has been copied to your clipboard, paste it to:",
+ "Print it and store it somewhere safe": "Print it and store it somewhere safe",
+ "Save it on a USB key or backup drive": "Save it on a USB key or backup drive",
+ "Copy it to your personal cloud storage": "Copy it to your personal cloud storage",
+ "Got it": "Got it",
"Backup created": "Backup created",
"Your encryption keys are now being backed up to your Homeserver.": "Your encryption keys are now being backed up to your Homeserver.",
+ "Without setting up Secure Message Recovery, you won't be able to restore your encrypted message history if you log out or use another device.": "Without setting up Secure Message Recovery, you won't be able to restore your encrypted message history if you log out or use another device.",
+ "Set up Secure Message Recovery": "Set up Secure Message Recovery",
+ "Create a Recovery Passphrase": "Create a Recovery Passphrase",
+ "Confirm Recovery Passphrase": "Confirm Recovery Passphrase",
+ "Recovery Key": "Recovery Key",
+ "Keep it safe": "Keep it safe",
+ "Backing up...": "Backing up...",
+ "Create Key Backup": "Create Key Backup",
"Unable to create key backup": "Unable to create key backup",
"Retry": "Retry",
- "Generating recovery key...": "Generating recovery key...",
- "Creating backup...": "Creating backup...",
- "Uploading keys...": "Uploading keys...",
- "Create Key Backup": "Create Key Backup",
"Unable to load backup status": "Unable to load backup status",
"Unable to restore backup": "Unable to restore backup",
"No backup found!": "No backup found!",
+ "Backup Restored": "Backup Restored",
"Failed to decrypt %(failedCount)s sessions!": "Failed to decrypt %(failedCount)s sessions!",
"Restored %(sessionCount)s session keys": "Restored %(sessionCount)s session keys",
+ "Enter Recovery Passphrase": "Enter Recovery Passphrase",
+ "Access your secure message history and set up secure messaging by entering your recovery passphrase.": "Access your secure message history and set up secure messaging by entering your recovery passphrase.",
+ "If you've forgotten your recovery passphrase you can use your recovery key or set up new recovery options": "If you've forgotten your recovery passphrase you can use your recovery key or set up new recovery options",
+ "Enter Recovery Key": "Enter Recovery Key",
"This looks like a valid recovery key!": "This looks like a valid recovery key!",
"Not a valid recovery key": "Not a valid recovery key",
- "Please enter the recovery key generated when you set up key backup": "Please enter the recovery key generated when you set up key backup",
- "Recover": "Recover",
- "Restore Key Backup": "Restore Key Backup",
+ "Access your secure message history and set up secure messaging by entering your recovery key.": "Access your secure message history and set up secure messaging by entering your recovery key.",
+ "If you've forgotten your recovery passphrase you can ": "If you've forgotten your recovery passphrase you can ",
"Private Chat": "Private Chat",
"Public Chat": "Public Chat",
"Custom": "Custom",