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