this should work to encrypt FileSource( inputFile, true, new StreamTransformationFilter ( Encryptor, new StringSink( outputText )));
and to decrypt you use this FileSource( inputFile, true, new StreamTransformationFilter ( Decryptor, new StringSink( outputText ))); On Feb 23, 9:39 am, sebbo <[email protected]> wrote: > hi! > > how can i encrypt binary data using crypto++ and aes? i would like to > encrypt picture and audio data but all my tries have failed. can you > help me? > > thanks in advance > > sebastian --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
