上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 58 下一页
摘要: Here at Trail of Bits we review a lot of code. From major open source projects to exciting new proprietary software, we’ve seen it all. But one common 阅读全文
posted @ 2020-10-21 16:35 zJanly 阅读(223) 评论(0) 推荐(0)
摘要: find * -exec touch {} + 阅读全文
posted @ 2020-10-17 07:27 zJanly 阅读(65) 评论(0) 推荐(0)
摘要: https://cryptologie.net/ https://cryptologie.net/article/262/what-are-x509-certificates-rfc-asn1-der/ https://cryptologie.net/article/497/eddsa-ed2551 阅读全文
posted @ 2020-10-16 15:10 zJanly 阅读(124) 评论(0) 推荐(0)
摘要: return func(result, secret, label, seed []byte) { labelAndSeed := make([]byte, len(label)+len(seed)) copy(labelAndSeed, label) copy(labelAndSeed[len(l 阅读全文
posted @ 2020-10-15 15:25 zJanly 阅读(356) 评论(0) 推荐(0)
摘要: http://www.gmbz.org.cn/main/bzlb.html /* GM/T SSL-VPN CipherSuites */# define GMTLS_CK_SM2DHE_WITH_SM1_SM3 0x0300E001# define GMTLS_CK_SM2_WITH_SM1_SM 阅读全文
posted @ 2020-10-12 09:51 zJanly 阅读(679) 评论(0) 推荐(0)
摘要: ls ..|xargs -I @ ffmpeg -i '../@' -acodec copy -vcodec libx264 '@' -hwaccel cuvid Duration: 00:45:30.22, start: 0.000000, bitrate: 2446 kb/sStream #0: 阅读全文
posted @ 2020-10-04 08:08 zJanly 阅读(524) 评论(0) 推荐(0)
摘要: 目前,很大部分音视频编解码应用开发都是基于ffmpeg框架。ffmpeg API简单 上手快,也迅速成为了国内视频相关开发者的首选开源库。而gstreamer由于其复杂难懂,学习成本高,似乎在国内使用的人越来越少. 于是乎, 有人认为 熟悉ffmpeg API就可以在音视频流媒体开发畅通无阻了。 个 阅读全文
posted @ 2020-10-04 07:41 zJanly 阅读(955) 评论(0) 推荐(0)
摘要: sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/ wget -q -O - https://dl.google.com/linux/linux_signing_key 阅读全文
posted @ 2020-10-04 07:33 zJanly 阅读(143) 评论(0) 推荐(0)
摘要: U盾:是一个bai带智能芯片、形状类似于闪存的实物硬件du,时刻保护zhi着您的网上银行资金安全。从技术角度看:daoU盾是用于网上银行电子签名和数字认证的工具,它内置微型智能卡处理器,基于PKI技术,采用1024位非对称密钥算法对网上数据进行加密、解密和数字签名,确保网上交易的保密性、真实性、完整 阅读全文
posted @ 2020-09-29 16:54 zJanly 阅读(1384) 评论(0) 推荐(0)
摘要: tls handshake协议流程 Client Server ClientHello > ServerHello Certificate* ServerKeyExchange* CertificateRequest* < ServerHelloDone Certificate* ClientKey 阅读全文
posted @ 2020-09-28 19:40 zJanly 阅读(570) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 58 下一页