0

I have a Ks, which is a symmetric key generated by me. And I have a public key (Ku) that was provided by a client. What I do is: I want to encrypt the symmetric key (Ks) with the public key (Ku) according to the algorithm RSA and Base64-encoded.

 base64 [Eku (Ks)]

How can I do this in php?, Or using the CodeIgniter framework? I import some library?Thanks!

4

1 回答 1

0

看看这个 PHP

于 2013-07-09T16:22:54.537 回答