TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
gibs ray
NA
5
7k
RSA encryption project
Oct 5 2012 11:26 AM
Hi
I'm doing a project for school in which there's an option to encrypt and decrypt a text file with RSA method. I have a few questions about it: I read in some places that it's only efficient for short messages, so is it possible to somehow encrypt a long message (perhaps an article) using RSA? or do I need to use another method (if yes so which is the most recommended)?
I read the theory about RSA but I don't really know how to implement it in C# (I was told that I should not use the RSAcryptoServiceProvider of C#), so I need to make all the variables BigInteger, but how to find a large prime number in C#? If some one has a guide/tutorial/summarized algorithm (not a ready code) It would be very helpful.
thanks
Reply
Answers (
1
)
Recently released version of .NET security app - Visual Guard 5
RSA - how to store the keys