【发布时间】:2011-10-27 13:43:08
【问题描述】:
我有一个 RSA 加密消息、私有和公共指数以及模数。如何使用 PHP 解密消息?指数和模数是 base64_encoded。
【问题讨论】:
我有一个 RSA 加密消息、私有和公共指数以及模数。如何使用 PHP 解密消息?指数和模数是 base64_encoded。
【问题讨论】:
看看这个帖子:http://stevish.com/rsa-encryption-in-pure-php
它使用 PHP RSA Pear 扩展。
【讨论】: