This commit is contained in:
Kyle Spearrin 2017-06-19 10:23:50 -04:00
parent 9a7dac706c
commit cddabebe86
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ angular
_service.rsaEncryptMe = function (plainValue) {
return _service.rsaEncrypt(plainValue, _service.getPublicKey(), _service.getEncKey());
}
};
_service.decrypt = function (encValue, key, outputEncoding) {
key = key || _service.getEncKey() || _service.getKey();