可信计算
jinhuazhe2013
穷且益坚,不坠青云之志……
展开
-
【RPC框架】Google开源的RPC框架grpc的编译、调试和日志
grpc学习github 源码https://github.com/grpc/grpc参考资料:源码解析:https://cloud.tencent.com/developer/article/1414800grpc介绍:https://medium.com/@andrewvetovitz/grpc-c-introduction-45a66ca9461fGetting Started with gRPC and Bazelhttps://medium.com/@pencilflip/gett原创 2020-05-09 16:36:13 · 1508 阅读 · 0 评论 -
茫然传输(Oblivious Transfer)
茫然传输(Oblivious Transfer)“茫然传输”是安全计算协议的基本构件,并且是固有的非对称基元。Impagli-azzo和Rudich(1989)表明,从OT减少到对称密钥原语(单向函数,PRF)意味着P != NP。 但是,正如Beaver(1996)首次观察到的那样,批量执行OT只需要少量的公钥操作。Beaver的结构非黑盒,因为PRF需要表示为电路并需要评估为MPC。 因此,...翻译 2020-01-06 10:35:45 · 1650 阅读 · 0 评论 -
零知识证明(zero-knowledge proof)
零知识证明(zero-knowledge proof)在密码学中,零知识证明(zero-knowledge proof)或零知识协议(zero-knowledge protocol)是一种方法,通过该方法,一方(the prover, 证明者)可以向另一方(the verifier, 证明者)证明他们知道值x,而无需传达任何信息,除了他们知道值x。零知识证明的本质是,通过简单地揭示信息来证明某人...翻译 2020-01-07 15:05:16 · 25837 阅读 · 6 评论 -
A Hands-On Tutorial for Zero-Knowledge Proofs: Part III
A Hands-On Tutorial for Zero-Knowledge Proofs: Part IIIA Zero Knowledge Merkle TreeIn the second post in this series, I presented the very neat concept of a Merkle Tree, but we ended with the problem that in its standard implementation - while being a po转载 2020-06-02 14:58:46 · 527 阅读 · 0 评论 -
A Hands-On Tutorial for Zero-Knowledge Proofs: Part II
A Hands-On Tutorial for Zero-Knowledge Proofs: Part IIIn the previous post we developed the witness for our proof. Simply put - it is a piece of data that the prover will claim it has, and the verifier will ask queries about. In this process will develop转载 2020-06-02 14:56:04 · 394 阅读 · 0 评论 -
A Hands-On Tutorial for Zero-Knowledge Proofs: Part I
Zero Knowledge ProofsZero Knowledge (AKA ZK) proofs are stories of the following type: side A states a claim and proves it to side B, after some deliberation between them, such that:B is sure that the claim is true with 99.99999% certainty.B has learnt转载 2020-06-02 14:01:42 · 2129 阅读 · 0 评论 -
[转载]Introducing TF-Encrypted
Introducing TF-EncryptedTF-Encrypted/TFE is an open-source framework for Secure Multi-party Computation (MPC) machine learning. The advantage of TFE is that it’s built on top of TensorFlow, allowing non-cryptographic experts to quickly experiment MPC mach转载 2020-05-27 15:36:21 · 403 阅读 · 0 评论 -
如何检查机器是否支持tpm
TPMs don’t necessarily appear in the ACPI tables, but the modules do print a message when they find a supported module;Sodmesg | grep -i tpmis a good indicator.dmesg | grep -i tpm如果有[ 134.026892]...原创 2020-04-20 20:22:26 · 4953 阅读 · 1 评论 -
可信平台模块TPM(Trusted Platform Module)介绍及tpm-tools安装使用
可信平台模块TPM(Trusted Platform Module)是一种植于计算机内部为计算机提供可信根的芯片。该芯片的规格由可信计算组(Trusted Computing Group)来制定。 中国国内研究的TCM(trusted cryptography module,可信密码模块),与之对应。文献google开发的一个tpm开源工具。非常好的文档和测试用例。可在网页直接测试。htt...原创 2020-04-20 20:16:52 · 15451 阅读 · 2 评论