该文被密码保护。 阅读全文
posted @ 2025-09-09 22:09
我不是萧海哇~~~
阅读(0)
评论(0)
推荐(0)
摘要:
import requests import json headers = { "accept": "*/*", "accept-language": "zh-CN,zh;q=0.9", "cache-control": "no-cache", "content-type": "applicatio 阅读全文
posted @ 2025-09-09 18:24
我不是萧海哇~~~
阅读(6)
评论(0)
推荐(0)
摘要:
int openssl_sm4_ecb() { unsigned char out[16] = { 0 }; int outlen = 0,tmplen = 0;; EVP_CIPHER_CTX* ctx = NULL; ctx = EVP_CIPHER_CTX_new(); EVP_Encrypt 阅读全文
posted @ 2025-09-09 17:55
我不是萧海哇~~~
阅读(18)
评论(0)
推荐(0)
摘要:
int openssl_hash() { { // 输入参数 const char* key = "xiaohai"; const char* data = "xiaohai"; unsigned int hmac_len; // 计算HMAC unsigned char* result = HMA 阅读全文
posted @ 2025-09-09 13:53
我不是萧海哇~~~
阅读(12)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-09-09 10:33
我不是萧海哇~~~
阅读(0)
评论(0)
推荐(0)