
Cryptography
文章平均质量分 55
Learning notes
WangRuaRua
If you don't design your own life plan, chances are you'll fall into someone else's.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu系统CP—ABE 环境配置&搭建
Ubuntu系统CP—ABE 环境配置&搭建1.安装依赖项 m4、bison、flex2. 安装GMP3. 安装PBC4. 安装CP—ABE1.安装依赖项 m4、bison、flexsudo apt-get install m4sudo apt-get install flexsudo apt-get install bison2. 安装GMPgmp下载地址sudo apt-get install lzip //安装lzip,用于gmp源码解压lzip -d gmp-6.2.1.原创 2021-07-20 21:18:35 · 596 阅读 · 1 评论 -
Shannon ciphers and perfect security
Shannon ciphers and perfect securityDefinition of a Shannon cipherA one-time padDefinition of a Shannon cipherThe basic mechanism for encrypting a message using a shared secret key is called a cipher (or encryption scheme). In this section, we introduce原创 2021-08-08 17:50:24 · 318 阅读 · 0 评论 -
北理工密码学笔记
密码学笔记00 -Introduction02-Perfectly-secret Encryption03-1 Private-Key Encryption and Pseduorandomness00 -Introduction02-Perfectly-secret Encryption03-1 Private-Key Encryption and Pseduorandomness原创 2021-07-25 09:07:34 · 474 阅读 · 0 评论 -
Cryptography Course — 2.Stream ciphers
Cryptography Course — 2.Stream ciphersThe One Time PadThe One Time Pad原创 2021-07-23 22:56:38 · 310 阅读 · 2 评论 -
Cryptography Course — 1.Introduction
IntroductionCourse OverviewCourse objectives:Learn how crypto primitives workLearn how to use them correctly and reason about securityMy recommendations:Take notesPause video frequently to think about the materialAnswer the in-video questions原创 2021-07-22 11:34:08 · 338 阅读 · 2 评论