i got a problem in c#/asp.net
i m making a encrypt/client and decrypt/server
password verification.
first,
client got the public-key generated by RSACryptoServiceProvider
from server and
encrypt content by using javascript.
and then server receives this encrypted-content to
decrypt by using RSACryptoServiceProvider/c#.
but,what is the problem with RSACryptoServiceProvider keysize?
it couldn't be less than 512? why?
and my computer used javascript for encrypting is
just supporting keysize less than 512.
how shall i do?
thanks in advanced``````