On Oct 18, 4:12 pm, "@_jdepaz" <[email protected]> wrote: > Saludos a todos, > > Usando Crypto++ 5.5.2, cuando se utiliza StreamTransformationFilter: > > try > { > StreamTransformationFilter filter(Encryptor, new StringSink > (l_strTextoCifrado)); > filter.Put(reinterpret_cast<const unsigned char*>(p_bufferEntrada), > p_nLargoEntrada); > /*en la siguiente línea ocurre una excepción*/ > filter.MessageEnd(); //In this case an exception Exception > 0xE06D7363 > > catch (CryptoPP::Exception e) > { > throw CExceptionCifrado(e.what());} > > catch (...) > { > throw CExceptionCifrado("Error Desconocido"); > > } Me olvidé de mencionar...
http://support.microsoft.com/kb/185294 http://blogs.msdn.com/b/oldnewthing/archive/2010/07/30/10044061.aspx -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
