Files
appliedcrypto/unit09_future/README.md

28 lines
931 B
Markdown
Raw Normal View History

2021-01-18 20:47:18 +00:00
![esecurity](https://raw.githubusercontent.com/billbuchanan/esecurity/master/z_associated/esecurity_graphics.jpg)
# Unit 9: Future Crypto
The key concepts are:
2022-04-08 06:53:20 +01:00
* Light-weight cryptography.
2021-01-18 20:47:18 +00:00
* Zero-knowledge proof (ZKP).
2022-04-08 06:53:20 +01:00
* Homomorphic encryption.
2021-01-18 20:47:18 +00:00
* Quantum-robust encryption.
## What you should know at the end of unit?
* Understand the usage of Light-weight cryptography.
* Understand the usage of Zero-knowledge proofs.
## Material
* Week 9 Lecture (Video): [here](https://youtu.be/CKZjrCnUrAM).
2022-04-08 06:53:20 +01:00
* Week 9 Lecture (PDF): [here](https://github.com/billbuchanan/appliedcrypto/tree/main/unit09_future/lecture).
* Week 9 Lab (PDF): [here](https://github.com/billbuchanan/appliedcrypto/tree/main/unit09_future/lab).
2021-01-18 20:47:18 +00:00
## A few demos and articles
2022-04-08 06:51:23 +01:00
* Light-weight crypto: [here](https://asecuritysite.com/light).
* ZKP: [here](https://asecuritysite.com/zero).
2022-04-08 06:53:20 +01:00
* PCQ: [here](https://asecuritysite.com/pqc).