摘要: 1. 路由怎么写 写缺省路由, ip route 0.0.0.0 0.0.0.0 下一跳 2. NAT 网络地址转换 pc,手机内网地址必须转换为公网地址 3. 私网地址 192.168.x.x 10.x.x.x 172.16.x.x 到 172.31.x.x 阅读全文
posted @ 2025-10-28 20:36 10132714 阅读(11) 评论(0) 推荐(0)
摘要: 参考链接:https://zhuanlan.zhihu.com/p/618494579 SM3计算摘要:echo -n hello | gmssl dgst -sm3 SM3计算HMAC:echo -n hello | gmssl dgst -sm3 -hmac 112233445566778811 阅读全文
posted @ 2025-10-28 17:23 10132714 阅读(2) 评论(0) 推荐(0)
摘要: 原文链接:https://blog.csdn.net/A_CAT_journey/article/details/139390302 1、什么是国密密钥对加密 国密密钥对加密格式定义在《GMT 0009-2012 SM2密码算法使用规范》文档中,具体的规范格式如下: 在SM2密钥对传递时,需要对SM 阅读全文
posted @ 2025-10-28 17:17 10132714 阅读(5) 评论(0) 推荐(0)