How can generate private and public key using version 3.0 #2007
Answered
by
terrafrost
chonchol-alzaf
asked this question in
Q&A
Replies: 1 comment
-
$private = RSA::createKey();
$public = $private->getPublicKey(); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
terrafrost
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RSA::createKey() generate only private key. then how can generate public key also
Beta Was this translation helpful? Give feedback.
All reactions