public function rsaEncrypt($resData,$pubKey) {
$res = openssl_pkey_get_public(file_get_contents($pubKey));
$tmpStr = '';
foreach($resData as $k=>$v)
php rsa分段加密算法
于 2020-04-21 17:03:03 首次发布
public function rsaEncrypt($resData,$pubKey) {
$res = openssl_pkey_get_public(file_get_contents($pubKey));
$tmpStr = '';
foreach($resData as $k=>$v)