X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=blobdiff_plain;f=xmltooling%2Fencryption%2FEncrypter.h;h=e01803ac088472af7dfdfc5dbb8c71f330225750;hp=1c85762df6e9a247d4f4a52e2e1248e8caf9d748;hb=b8ac0974fd42dc73db48ed45231c43b46c1be48b;hpb=7d45b8aedc17e11707af82242a3d4112a0567d98 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,