
理解cryptographic primitive
发布日期:2021-05-07 14:23:18
浏览次数:15
分类:原创文章
本文共 982 字,大约阅读时间需要 3 分钟。
-
Cryptographic primitives are well-established, low-level cryptographic algorithms that are frequently used to build cryptographic protocols for computer security systems.
These routines include, but are not limited to, one-way hash functions and encryption functions.
-
Commonly used primitives
- one-way hash function, sometimes also called as one-way compression function-compute a reduced hash value for a message.
- Symmetric key cryptography - compute a ciphertext decodable with the same key used to encode
- Public-key cryptography - compute a ciphertext decodable with a different key used to encode.
- Digital signatures - confirm the author of a mesage
- Mix network - pool communications from many users to anonymize what came from whom
- Private information retrieval - get database information without server knowing which item was requested
- Commitment scheme - allows one to commit to a chosen value while keeping it hidden to others, with the ability to reveal it later.
-
References
发表评论
最新留言
网站不错 人气很旺了 加油
[***.192.178.218]2025年03月31日 09时47分50秒
关于作者

喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!
推荐文章
我是程序员,我用这种方式铭记历史
2019-03-04
CSDN湘苗培优|保持热情,告别平庸
2019-03-04
Serverless 在大规模数据处理中的实践
2019-03-04
运营商的互联网蜕变,从沃云平台开始
2019-03-04
Docker精华问答 | task与executor有什么关系?
2019-03-04
英特尔强势上新一大波数据产品,小伙伴们“奔走相告”…… | 极客头条
2019-03-04
微信小程序生命周期 / 页面的生命周期 / 页面的用户行为
2019-03-04
Maven的配置
2019-03-04
如何在bilibili上下载学习视频?
2019-03-04
09-Vue之本地应用v-for指令
2019-03-04
纪中2020.3.18普及C组模拟赛总结
2019-03-04
YbtOJ 递推算法课堂过关 例5 平铺方案【递推(简单DP)】
2019-03-04
YbtOJ hash和hash表课堂过关 例1 字符串哈希【hash】
2019-03-04
CSUST 2021 周赛 2 题解
2019-03-04
前后端数据交互之表单
2019-03-04
剑指offer JZ15 反转链表
2019-03-04
剑指offer JZ21 栈的压入弹出序列
2019-03-04
剑指offer JZ31 整数中1出现的次数
2019-03-04
实现基于scrapy框架的天气预报爬虫hengYangSpaider @572311文
2019-03-04
maven打包指定名称并去除jar-with-dependencies后缀
2019-03-04