Jump to content

RSA decryption on Smartphone


Guest othman20001

Recommended Posts

Guest othman20001

Hi,

I want to decrypt a message using RSA algorithm, with a 1024 bits key. I look at cryptoAPI, but it is too complex to use for a simple task such as decrypting a message.

Basicaly, I want to write the following : msg^exponent.modulo(n) (RSA decryption). But I can't use 1024 bits keys, it's too long to store and to calculate.

Any help would be really appreciated.

Thanks,

Othman.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.