Open
Description
Please delete this issue if this is not the proper place to ask. Anyway;
I've got temporary files on disk which I need to encrypt and pass on to http client (that reads IO/streams).
Not sure how to do this right, Pass file and StringIO (as a target) to SymmetricEncryption::Writer.encrypt
and then construct new StringIO object from the result?