Ok, I'd hoped for a quicker response ;) Anyway, as I've gathered: There is no way to use RSA public/private keys in a block cipher mode, what I can do is to encrypt the AES key + iv with the public key, store it on the receiving end, then when I need to decrypt something I decrypt the AES key + iv with my private key, and start decrypting.
Have I missed something ? :) TIA /Rob -- 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.
