We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea19ec commit 50fdef4Copy full SHA for 50fdef4
src/main/java/org/owasp/esapi/crypto/CipherTextSerializer.java
@@ -302,7 +302,7 @@ private CipherText convertToCipherText(byte[] cipherTextSerializedBytes)
302
303
debug("convertToCipherText: kdfPrf = " + kdfPrf + ", kdfVers = " + kdfVers);
304
if ( ! versionIsCompatible( kdfVers) ) {
305
- throw new EncryptionException("This version of ESAPI does is not compatible with the version of ESAPI that encrypted your data.",
+ throw new EncryptionException("This version of ESAPI is not compatible with the version of ESAPI that encrypted your data.",
306
"KDF version " + kdfVers + " from serialized ciphertext not compatibile with current KDF version of " +
307
KeyDerivationFunction.kdfVersion);
308
}
0 commit comments