会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
342
343
344
345
346
347
348
349
350
···
618
下一页
2021年3月10日
openssl aes 加密buffer数据
摘要: openssl aes 加密buffer数据
阅读全文
posted @ 2021-03-10 19:08 lydstory
阅读(72)
评论(0)
推荐(0)
openssl 1.0 到1.1
摘要: 查看 openssl 版本
阅读全文
posted @ 2021-03-10 11:02 lydstory
阅读(152)
评论(0)
推荐(0)
2021年3月9日
openssl evp库
摘要: EVP_ENCODE_CTX
阅读全文
posted @ 2021-03-09 22:57 lydstory
阅读(97)
评论(0)
推荐(0)
strncat
摘要: #include<stdio.h> #include<string.h> int main(void) { int n; char dest[20] = "Hello"; char src[10] = "World"; strncat(dest, src, 5);//n=5为src前n个字符 pri
阅读全文
posted @ 2021-03-09 22:45 lydstory
阅读(77)
评论(0)
推荐(0)
strncpy
摘要: #include<stdio.h> #include<string.h> int main(){ char name[]={"Chinanet"},destin[20]={}; strncpy(destin,name,3); printf("%s\n",destin); } Chi strncpy基
阅读全文
posted @ 2021-03-09 22:03 lydstory
阅读(260)
评论(0)
推荐(0)
typedef 基本类型
摘要: typedef unsigned int UINT32; typedef unsigned int DWORD; typedef unsigned short WORD ; typedef unsigned char BYTE; typedef unsigned char UCHAR; typede
阅读全文
posted @ 2021-03-09 21:53 lydstory
阅读(61)
评论(0)
推荐(0)
fcntl flock文件记录锁
摘要: fcntl flock #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> int FileUnLock(int fd_lock) { struct flo
阅读全文
posted @ 2021-03-09 21:23 lydstory
阅读(79)
评论(0)
推荐(0)
信息安全资质
摘要:
阅读全文
posted @ 2021-03-09 20:04 lydstory
阅读(34)
评论(0)
推荐(0)
中国信息安全测评中心
摘要: http://www.itsec.gov.cn/search/search?channelid=222615&searchword=
阅读全文
posted @ 2021-03-09 19:59 lydstory
阅读(51)
评论(0)
推荐(0)
山石网科
摘要: https://www.hillstonenet.com.cn
阅读全文
posted @ 2021-03-09 19:33 lydstory
阅读(42)
评论(0)
推荐(0)
上一页
1
···
342
343
344
345
346
347
348
349
350
···
618
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告