上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 57 下一页
摘要: U盾:是一个bai带智能芯片、形状类似于闪存的实物硬件du,时刻保护zhi着您的网上银行资金安全。从技术角度看:daoU盾是用于网上银行电子签名和数字认证的工具,它内置微型智能卡处理器,基于PKI技术,采用1024位非对称密钥算法对网上数据进行加密、解密和数字签名,确保网上交易的保密性、真实性、完整 阅读全文
posted @ 2020-09-29 16:54 zJanly 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: tls handshake协议流程 Client Server ClientHello > ServerHello Certificate* ServerKeyExchange* CertificateRequest* < ServerHelloDone Certificate* ClientKey 阅读全文
posted @ 2020-09-28 19:40 zJanly 阅读(522) 评论(0) 推荐(0) 编辑
摘要: http://gmssl.org/docs/oid.html GM/T 0006 cert gm0015 ssl gm0024 阅读全文
posted @ 2020-09-28 16:47 zJanly 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 算法库 描述 简介 源码网站 OpenSSL 开源密码算法库,源码为C语言,提供基本的密码算法库和密钥和证书管理方法,广泛应用于网络设备间通信安全和身份认证等,功能非常强大,一般的计算机设备均有OpenSSL的身影。 https://www.openssl.org/ GmSSL 国密开源密码算法库, 阅读全文
posted @ 2020-09-28 10:43 zJanly 阅读(209) 评论(0) 推荐(0) 编辑
摘要: client: hello := &clientHelloMsg{ vers: clientHelloVersion, compressionMethods: []uint8{compressionNone}, random: make([]byte, 32), sessionId: make([] 阅读全文
posted @ 2020-09-27 10:22 zJanly 阅读(185) 评论(0) 推荐(0) 编辑
摘要: GB35114gm 0015 // RFC 3279, 2.3 Public Key Algorithms//// pkcs-1 OBJECT IDENTIFIER ::== { iso(1) member-body(2) us(840)// rsadsi(113549) pkcs(1) 1 }// 阅读全文
posted @ 2020-09-25 14:37 zJanly 阅读(401) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/dust90/p/11207219.html https://studygolang.com/articles/9329 Version intPrivateKey *big.Int //asn1.RawContent NamedCurveOID as 阅读全文
posted @ 2020-09-23 19:05 zJanly 阅读(223) 评论(0) 推荐(0) 编辑
摘要: git gui sourcetree https://blog.csdn.net/xukai0110/article/details/80637902 一、git客户端(本地仓库)的一些操作 1.设置账户(需要和github账户设置一致) git config --global user.name 阅读全文
posted @ 2020-09-23 18:43 zJanly 阅读(91) 评论(0) 推荐(0) 编辑
摘要: https://crypto.stackexchange.com/questions/68307/what-is-the-difference-between-sha-3-and-sha-256 https://www.csoonline.com/article/3256088/why-arent- 阅读全文
posted @ 2020-09-23 15:04 zJanly 阅读(184) 评论(0) 推荐(0) 编辑
摘要: #include "stdint.h"typedef uint32_t BN_ULONG;# define BN_BITS 64# define BN_BYTES 4# define BN_BITS2 32# define BN_BITS4 16# define BN_MASK2 (0xffffff 阅读全文
posted @ 2020-08-17 09:47 zJanly 阅读(214) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 57 下一页