mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-22 11:48:11 +00:00
31 lines
1019 B
Markdown
31 lines
1019 B
Markdown

|
|
|
|
# Unit 9: Future Crypto
|
|
|
|
The key concepts are:
|
|
|
|
* Zero-knowledge proof (ZKP).
|
|
* Homomophic encryption.
|
|
* Tokenization.
|
|
* 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).
|
|
* Week 9 Lecture (Video Live): [here](https://www.youtube.com/watch?v=AWMGHAVh_nE).
|
|
* Week 9 Lecture (PDF): [here](https://asecuritysite.com/public/unit09_next_gen.pdf).
|
|
* Week 9 Lab (PDF): [here](https://asecuritysite.com/public/lab09.pdf).
|
|
|
|
## A few demos and articles
|
|
|
|
* Format Preserving Encryption (FPE): [here](https://asecuritysite.com/encryption/fpe).
|
|
* Light-weight crypto: [here](https://asecuritysite.com/encryption/#light).
|
|
* ZKP: [here](https://asecuritysite.com/subjects/chapter100).
|
|
|