Hi All,
Can anyone help me out to finding any free dll for asymmetric encryption for larger (non plain text like zip files, pdf's etc.) data. Currently availble classes in .NET are for asymetric encryption, is limited to plain text ( not more than 100 bytes) data only.
My need is to encrypt/decrypt larger zip(of pdf fies) data in Asymmetric method.
Any suggestions is appreciated.
Thanks
Loading
VulpesPosted Sep 8, 2011, 9:29 AM
Bajrang SinghPosted Sep 8, 2011, 5:28 AM
VulpesPosted Sep 8, 2011, 5:15 AM
However, you could use the .NET RSA implementation to encrypt the key for subsequent symmetric encryption of the file using AES etc.