1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

turn off enc header until all clients are updated

This commit is contained in:
Kyle Spearrin
2017-04-07 09:26:43 -04:00
parent 57116c4f54
commit 7c91066618

View File

@@ -286,7 +286,8 @@ angular
cipherString = cipherString + '|' + mac;
}
return encType + '.' + cipherString;
// TODO: Turn on whenever ready to support encryption type headers
return /*encType + '.' +*/ cipherString;
};
_service.rsaEncrypt = function (plainValue, publicKey) {