Switch default algorithm to 128-bit since Java is wussy.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Wed, 5 Dec 2007 17:29:35 +0000 (17:29 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Wed, 5 Dec 2007 17:29:35 +0000 (17:29 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@445 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/encryption/Encrypter.h

index 1c85762..e01803a 100644 (file)
@@ -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,