How can I use private/public keys for encryption/decryption of an an excel file in C#.NET?
The article RSA Encryption in C# describes a way of doing this encryption, but this example only works for encrypting/decrypting text, not for an excel file.
How can I encrypt / decrypt an excel file (using asymmetric RSA encryption)?