我可以从此表达式中获取加密数据吗?
Can I get encrypt data from this expression?
在学习RSA的时候,看到了这个解密形式
M=CdmodN
如果我知道 M,d,N
,我如何从这个表达式中得到 C
数据?
有什么解决办法吗?
在评论中,@President James k.Polk 说:
This is the RSA problem. You cannot obtain C unless you have the "other" exponent or the parameters are small enough that brute force or factoring are computationally feasible.
在学习RSA的时候,看到了这个解密形式
M=CdmodN
如果我知道 M,d,N
,我如何从这个表达式中得到 C
数据?
有什么解决办法吗?
在评论中,@President James k.Polk 说:
This is the RSA problem. You cannot obtain C unless you have the "other" exponent or the parameters are small enough that brute force or factoring are computationally feasible.