cbanor / X-Website

Multilingual translation and error feedback and fixes
13 stars 0 forks source link

Need information about your website #8

Open madilsharief opened 1 year ago

madilsharief commented 1 year ago

https://the-x.cn/en-US/cryptography/Rsa.aspx

Can you please guide me with the code of this website that decodes RSA? There is no other website on internet that can decode the message i am trying to do but this website decodes it perfectly.

cbanor commented 1 year ago

你可以参考: BouncyCastle 的 RsaEngine 。 new Pkcs1Encoding(new RsaEngine())