This commit is contained in:
Mo Bitar
2017-01-28 23:43:59 -06:00
parent f132da004d
commit 79f8430d56
3 changed files with 16 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ class EncryptionHelper {
item.content = encryptedContent;
item.auth_hash = authHash;
item.local_encryption_scheme = "1.0";
}
static decryptItem(item, key) {