摘要:
摘自:https://blog.csdn.net/u010429831/article/details/122722187 (Linux_C环境编程:时间日期函数总结) // TimeUtil.h#ifndef __TIME_UTIL_H__ #define __TIME_UTIL_H__ #ifd 阅读全文
摘要:
摘自:https://blog.csdn.net/GerZhouGengCheng/article/details/106103039 // AesUtil.h #ifndef __AES_UTIL_H__ #define __AES_UTIL_H__ #ifdef __cplusplus //告诉 阅读全文
摘要:
摘自:https://www.dandelioncloud.cn/article/details/1498198300963708930 // Base64Util.h #ifndef __BASE64_UTIL_H__ #define __BASE64_UTIL_H__ #ifdef __cplu 阅读全文
摘要:
摘自:https://blog.csdn.net/mijichui2153/article/details/104741460 1、HMAC简介(1)MAC(Message Authentication Code,消息认证码算法),可以将其认为是含有秘钥的散列(Hash)函数算法;即兼容了MD和SH 阅读全文
摘要:
摘自:https://blog.csdn.net/mijichui2153/article/details/104741460 1、HMAC简介(1)MAC(Message Authentication Code,消息认证码算法),可以将其认为是含有秘钥的散列(Hash)函数算法;即兼容了MD和SH 阅读全文