Backup format v2: redesigned backup code fragment with masked edit text

This commit is contained in:
Dominik Schürmann
2016-02-10 16:22:27 +01:00
parent 923b543e4d
commit 713f3076f4
6 changed files with 285 additions and 1208 deletions

View File

@@ -152,7 +152,7 @@ public class PgpSignEncryptOperation extends BaseOperation {
}
// add proprietary header to indicate that this is a key backup
if (input.isAddBackupHeader()) {
armorOut.setHeader("BackupVersion", "1");
armorOut.setHeader("BackupVersion", "2");
}
out = armorOut;
} else {