Re: Encode and Decode in Memory (Feature request) (General questions)
On a secure system, it is desirable not to have data written to disk, at least for my implementation.
I currently am dumping to file, and then loading it right back into memory - would prefer to skip that step, since it was already in memory. Thought it ight be a nice feature add.
Would Byte Array not work? Isn't that what a file is anyway?
Thanks!