I am using this version of Crypto++ (Crypto++ Library 5.3.0 (32-bit and 64-bit Windows DLL, calling application must be compiled with MSVC 2005))
This code works with non FIPS Crypto++: FileSource(pathin, true, new DefaultEncryptorWithMAC(DATA, new FileSink (pathout))); How can I do the same using the FIPS version above? I have read that it is possible to link in both a non-FIPS version and the FIPS version DLL: http://www.codeproject.com/KB/tips/CryptoPPIntegration.aspx Any recommendation? Thanks. -- 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.
