bc-csharp
bc-csharp copied to clipboard
How to do Single Pass Encryption and Signing using BC?
I am trying to do single pass encryption and signing but couldn't get it right? Question are,
- My files are stored in cloud and I get them as stream. Do I need filename and last modified to do encryption?
- Is there any examples to do single pass encryption using BC?
Thanks