PHP中的本机RSA功能

Blu*_*ire 0 php rsa

我知道可以使用编码过程为RSA创建密钥,但PHP是否有任何有助于密钥生成的本机函数?

Mih*_*ai8 5

使用openssl_public_encrypt,请查看openssl_public_encrypt的页面文档.