开发者

convert openssl_private_encrypt output to hex php

I have an encrypted message from the openssl_private_encrypt methode. But I need it in 32 bit hex. How can I convert it? Can someone tell me witch format it the encrypted message has开发者_开发技巧?


I would run the resulting string through base64_encode(): http://php.net/manual/en/function.base64-encode.php

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜