I know it's possible to make the keys for RSA using a coded process, but does PHP have any native functions that help with key generation?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Using openssl_public_encrypt, for this take a look on page documentation for openssl_public_encrypt. |
|||
|
|