上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 58 下一页
摘要: https://datatracker.ietf.org/doc/html/rfc5639#section-1.1 https://www.rfc-editor.org/rfc/rfc7027.html secunet Security Networks: https://www.rfc-edito 阅读全文
posted @ 2022-03-09 19:39 zJanly 阅读(20) 评论(0) 推荐(0)
摘要: https://blockchain.iethpay.com/replay-attack-resistent.html 重放攻击,指攻击者重放一个在网络上窃听到的或在区块链中看到的消息。这里,重放攻击是一个很严重的问题。在 Ethereum 中,重放攻击一笔交易会导致源账户中的余额反复减少,目标账户 阅读全文
posted @ 2022-03-07 15:12 zJanly 阅读(414) 评论(0) 推荐(0)
摘要: wget https://github.com/GoCollaborate/examples/archive/refs/heads/master.zip wget https://codeload.github.com/GoCollaborate/examples/zip/refs/heads/ma 阅读全文
posted @ 2022-03-04 17:07 zJanly 阅读(283) 评论(0) 推荐(0)
摘要: package demoimport ( "fmt" "github.com/hyperledger/fabric-sdk-go/pkg/client/event" "log" "testing" "time" "github.com/hyperledger/fabric-sdk-go/pkg/cl 阅读全文
posted @ 2022-03-02 10:39 zJanly 阅读(222) 评论(0) 推荐(0)
摘要: https://hyperledger-fabric.readthedocs.io/en/release-2.2/idemix.html 阅读全文
posted @ 2022-03-01 18:07 zJanly 阅读(11) 评论(0) 推荐(0)
摘要: 超级账本的科技标志是什么? 最近,询问多人,出名的区块链系统的科技标志是什么?许多人回答比特币的标志是UTXO模型,数字钱包以及共识机制POW;以太坊的标志是其账户系统,以及智能合约平台。但是超级账本的科技标志是什么? 要成为科技标志: 有科技原创(不是抄袭或是学习他人技术); 有用; 科技标志的名 阅读全文
posted @ 2022-02-25 18:47 zJanly 阅读(119) 评论(0) 推荐(0)
摘要: docker ps|grep port1550|awk '{print $1}'|xargs docker stop docker search quay.io/alpine 阅读全文
posted @ 2022-02-22 16:28 zJanly 阅读(16) 评论(0) 推荐(0)
摘要: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-hash-to-curve-06 阅读全文
posted @ 2022-02-16 10:41 zJanly 阅读(195) 评论(0) 推荐(0)
摘要: 2021年12月17日,浙江大学求是讲席教授、ACM Fellow、IEEE Fellow、浙江大学网络空间安全学院院长、计算机科学与技术学院副院长任奎在CNCC 2021 “迎接数字化转型的安全挑战”论坛中做了《隐私计算:向实用化迈进》的报告。 在报告中,任奎围绕数据脱敏、差分隐私、安全多方计算三 阅读全文
posted @ 2022-02-14 17:50 zJanly 阅读(494) 评论(0) 推荐(0)
摘要: int rgb_background = Color.parseColor("#ffffff"); //white background int rgba_color = Color.parseColor("#8a000000"); //textViewColor int defaultTextVi 阅读全文
posted @ 2022-01-25 14:42 zJanly 阅读(107) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 58 下一页