المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Encrypt text file in C#



C# Programming
09-29-2012, 09:10 PM
Hi.
I need to do a project for school in which I want to have an option to encrypt and decrypt a text file (possibly large one). I want to do it without using the cryptography classes of C#. my question is what's the best way of doing it? I read here that the RSA method is only suitable for small data, so what do I use for large data, and can I combine it with the RSA? How dO I start this kind of project?
thank you.