From b8ac0974fd42dc73db48ed45231c43b46c1be48b Mon Sep 17 00:00:00 2001 From: cantor Date: Wed, 5 Dec 2007 17:29:35 +0000 Subject: [PATCH] Switch default algorithm to 128-bit since Java is wussy. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@445 de75baf8-a10c-0410-a50a-987c0e22f00f --- xmltooling/encryption/Encrypter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmltooling/encryption/Encrypter.h b/xmltooling/encryption/Encrypter.h index 1c85762..e01803a 100644 --- a/xmltooling/encryption/Encrypter.h +++ b/xmltooling/encryption/Encrypter.h @@ -77,7 +77,7 @@ namespace xmlencryption { * @param compact true iff the encrypted representation should be made as small as possible */ EncryptionParams( - const XMLCh* algorithm=DSIGConstants::s_unicodeStrURIAES256_CBC, + const XMLCh* algorithm=DSIGConstants::s_unicodeStrURIAES128_CBC, const unsigned char* keyBuffer=NULL, unsigned int keyBufferSize=0, const xmltooling::Credential* credential=NULL, -- 2.1.4