Switch default algorithm to 128-bit since Java is wussy.
authorScott Cantor <cantor.2@osu.edu>
Wed, 5 Dec 2007 17:29:35 +0000 (17:29 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 5 Dec 2007 17:29:35 +0000 (17:29 +0000)
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,