11 2023 档案
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>SM4加密解密</title> <script src="https://config.net.cn/tools/static/Main/jquery.min.js"></scri
阅读全文
摘要:在线测试地址 1.私钥可查询出公钥;公钥无法计算私钥,注意保护私钥安全; 2.分割字符串:PHP函数substr($str,36|76); 3.HEX转base64:PHP函数base64_encode(hex2bin()); 4.base64转HEX:PHP函数bin2hex(base64_dec
阅读全文