上一页 1 2 3 4 5 6 ··· 12 下一页

国密算法SM3 - 杂凑

摘要: 1.SM3的大致原理 2.源码实现 (参考了openssl) 文件结构 文件sm3.h 1 /* 2 * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. 3 * Copyright 2017 Ribose Inc. A 阅读全文
posted @ 2020-12-22 18:55 LiveWithACat 阅读(631) 评论(0) 推荐(0)

国密算法SM2 - 非对称

摘要: 1.SM2算法加密和解密流程图 2.SM2的签名和验签流程 3.参考文献 《GB T 32918.2-2016 信息安全技术 SM2椭圆曲线公钥密码算法 第2部分:数字签名算法.pdf》 《GB T 32918.4-2016 信息安全技术 SM2椭圆曲线公钥密码算法 第4部分:公钥加密算法.pdf》 阅读全文
posted @ 2020-12-22 17:23 LiveWithACat 阅读(1667) 评论(0) 推荐(0)

C单元测试库check的安装及简单使用

摘要: 编译check 1.源码路径https://github.com/libcheck/check.git2.解压缩unzip check-master.zip3.创建编译目录mkdir check-master/src/build4.用cmake命令编译cd check-master/src/buil 阅读全文
posted @ 2020-12-22 17:06 LiveWithACat 阅读(1014) 评论(0) 推荐(0)

搭建交叉编译环境

摘要: 1.1.1 在虚拟机上安装ssh 把”/etc/ssh/sshd_config”如下行前面的”#”去掉 启动ssh server 1.1.2 在虚拟机上安装vim 1.1.3 配置交叉编译工具链 登录到虚拟机(192.168.8.193) 点击如下按钮,长传编译工具链文件 上传成功后,在/opt目录 阅读全文
posted @ 2020-12-10 19:30 LiveWithACat 阅读(332) 评论(0) 推荐(0)

安装虚拟机(VirtualBox CentOS)

摘要: 1.1.1 开启主机电脑的硬件虚拟化 进入主机的BIOS系统,进入菜单:Setup->Advanced->CPU Setup,设置Intel(R) Virtualization Technology 为 Enabled 1.1.2 工具准备 1.1.3 新建虚拟机 双击” Oracle VM Vir 阅读全文
posted @ 2020-12-10 19:25 LiveWithACat 阅读(137) 评论(0) 推荐(0)

VPN->L2TPv3

摘要: 1.概述: 梳理下路由器上L2TPv3类型的VPN相关功能的启动流程,关于测试、协议细节和报文解析的部分先放到后面再研究。 2. No VLAN 2.1.页面设置 2.2.启动功能 1 insmod /lib/modules/4.4.60/l2tp_eth.ko 2 ip l2tp add tunn 阅读全文
posted @ 2020-09-27 17:23 LiveWithACat 阅读(2) 评论(0) 推荐(0)

VPN->IPSec

摘要: 1.概述: 梳理下路由器上IPSec类型的VPN相关功能的启动流程,关于测试、协议细节和报文解析的部分待以后再研究。 2.Key Exchange Method:Manual 2.1.页面设置 Note: Encryption Key: 112233445566778899AABBCCDDEEFF0 阅读全文
posted @ 2020-09-27 15:19 LiveWithACat 阅读(4) 评论(0) 推荐(0)

VPN->PPTP

摘要: 1.概述: 梳理下路由器上PPTP类型的VPN相关功能的启动流程,关于测试、协议细节和报文解析的部分待以后再研究。。 2. Address Mode : Static IP 2.1.页面设置 2.2.相关脚本和配置文件 1 # cat /etc/ppp/options.1 2 noauth node 阅读全文
posted @ 2020-09-27 15:02 LiveWithACat 阅读(2) 评论(0) 推荐(0)

a series of applets for embeded

摘要: <13>httphttps://fossies.org/linux/www/thttpd-2.29.tar.gz/http://www.boa.org/http://web-sniffer.net/rfc/rfc2616.html <12>PPPhttps://datatracker.ietf.or 阅读全文
posted @ 2020-09-18 17:55 LiveWithACat 阅读(129) 评论(0) 推荐(0)

dlna

摘要: 1.介绍 dlna个人理解是使同一局域网内的终端设备达到共享视频、音乐、图片的目的。 2.下载源码 https://sourceforge.net/projects/minidlnaminidlna-1.2.1.tar.gz 3.编译 略 4.使用方法 /usr/bin/minidlna -f /v 阅读全文
posted @ 2020-09-17 14:39 LiveWithACat 阅读(666) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 12 下一页