I don't have VS .Net so I cannot execute your code.

Based on reading your code, I see that you are trying to decrypt the
complete Encoded.txt file. That won't work. The Encoded.txt file has
two sections KEY and DATA.

You need to do PK decryption of the KEY and obtain the Symmetric
passphrase which you then use to decrypt the data in the data section.

The source archive contains a Makefile. Read that to see how the
individual sections are handled.

Hope this helps.


--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---

Reply via email to