随笔分类 -  信息安全

上一页 1 ··· 3 4 5 6 7 8 9 10 下一页

信息安全
sanbox
摘要:沙箱 pipe管道 ... 阅读全文

posted @ 2023-01-09 18:49 lydstory 阅读(24) 评论(0) 推荐(0)

Web应用防护系统
摘要:Web应用防护系统(也称为:网站应用级入侵防御系统。英文:Web Application Firewall,简称: WAF)。利用国际上公认的一种说法:Web应用防火墙是通过执行一系列针对HTTP/HTTPS的安全策略来专门为Web应用提供保护的一款产品。 阅读全文

posted @ 2023-01-07 23:50 lydstory 阅读(66) 评论(0) 推荐(0)

LDAP与radius认证
摘要:RADIUS一般用在VPN、堡垒机、交换机等场景的身份认证和访问授权上。LDAP协议从它的定义就能看出使用场景。 阅读全文

posted @ 2023-01-05 22:28 lydstory 阅读(272) 评论(0) 推荐(0)

OpenSSL/GmSSL
摘要:OpenSSL/GmSSL PKCS12_create 阅读全文

posted @ 2022-09-27 02:00 lydstory 阅读(41) 评论(0) 推荐(0)

windows 进程pid
摘要:#include <Tlhelp32.h> #include <atlstr.h> /***************************GetSpecifiedPID******************************* 功能描述:获取指定进程名的进程ID 输入参数:pszProcess 阅读全文

posted @ 2022-09-24 10:44 lydstory 阅读(181) 评论(0) 推荐(0)

CString控制台使用
摘要:CString是在windows平台下开发中经常使用的字符串类, CString已从MFC中剥离出来了,可以单独使用,只需引用atlstr.h头文件即可 阅读全文

posted @ 2022-09-24 10:36 lydstory 阅读(37) 评论(0) 推荐(0)

IcmpSendEcho
摘要:IcmpSendEcho windows ping 函数 阅读全文

posted @ 2022-08-06 01:44 lydstory 阅读(24) 评论(0) 推荐(0)

亿赛通文件外发
摘要:http://www.esafenet.com/product/278192282 阅读全文

posted @ 2022-08-01 09:30 lydstory 阅读(167) 评论(0) 推荐(0)

hips
摘要:Host Intrusion Prevent System 主机入侵防御系统,简称HIPS 阅读全文

posted @ 2022-04-13 04:19 lydstory 阅读(114) 评论(0) 推荐(0)

windows进程列表存入list
摘要:class CProcessItem; typedef list<CProcessItem*> ProcessList; 阅读全文

posted @ 2022-02-23 06:59 lydstory 阅读(26) 评论(0) 推荐(0)

seal算法
摘要:seal算法 经典密码算法 阅读全文

posted @ 2022-02-23 06:05 lydstory 阅读(332) 评论(0) 推荐(0)

https cer证书
摘要:后台同事给的事.pem和.key文件,项目中要用cer证书,所以要转一下 pem证书转cer证书 命令: 1.openssl pkcs12 -export -out cacert.p12 -in cacert.pem -inkey cacert.key 先转p12 2.openssl pkcs12 阅读全文

posted @ 2022-02-23 05:47 lydstory 阅读(289) 评论(0) 推荐(0)

使用微软的FCI/FDI库进行文件压缩
摘要:简介:FCI(File Compression Interface)和FDI(File Decompression Interface)是由微软提供的用于压缩和解压缩的开发包。最大的好处是在WinNT、Win2000、WinXP下系统都提供了相应的API接口。所以,我们的程序不需要额外的压缩库。本文 阅读全文

posted @ 2022-02-17 07:08 lydstory 阅读(471) 评论(0) 推荐(0)

天融信VONE网关之SSL证书浅析
摘要:https://www.sohu.com/a/242353053_290304 阅读全文

posted @ 2022-01-08 21:05 lydstory 阅读(77) 评论(0) 推荐(0)

CreateNamedPipe命名管道
摘要:CreateNamedPipe命名管道 沙箱??? 阅读全文

posted @ 2022-01-06 16:22 lydstory 阅读(102) 评论(0) 推荐(0)

ePass2003
摘要:ePass2003 飞天诚信 加密狗 阅读全文

posted @ 2022-01-06 15:37 lydstory 阅读(78) 评论(0) 推荐(0)

NdisQueryPacket ndis
摘要:https://blog.csdn.net/wzsy/article/details/60958917 阅读全文

posted @ 2022-01-06 15:32 lydstory 阅读(26) 评论(0) 推荐(0)

eps2003csp11
摘要:eps2003csp11 阅读全文

posted @ 2022-01-06 15:17 lydstory 阅读(20) 评论(0) 推荐(0)

sniffer
摘要:sniffer http协议 阅读全文

posted @ 2022-01-06 14:50 lydstory 阅读(20) 评论(0) 推荐(0)

c语言利用openssl 提交https
摘要:c语言利用openssl 提交https c语言利用openssl 提交https c语言利用openssl 提交https 阅读全文

posted @ 2022-01-06 14:46 lydstory 阅读(181) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 下一页

导航