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
syn_ganeshv
NA
7
0
RSACryptoServiceProvider Encrypt and Decrypt
May 12 2005 7:08 AM
Hi... I want to Encrypt and Decrypt a stream of data using the RSACryptoServiceProvider. But the problem is that it throws an error saying: "Bad Length". Heard that there is a limit to the KeySize. How can I overcome it? Tried the overloaded constructor: RSACryptoServiceProvider RSA = new RSACryptoServiceProvider((int)dataStream.Length * 8); //dataStream, a MemeoryStream object containing the data. But no use.. Any help? Regards, Ganesh.
Reply
Answers (
4
)
ILDASM and Security
Windows Domain Login Authentication Dialog