owned this note
owned this note
Published
Linked with GitHub
# 倒霉蛋會議目錄
###### tags: `置頂` `目錄`
- [會議守則](/s/_cHt0hDpTg2QBRJ7ggZbBw)
- [倒霉蛋檢討](/s/8_62cuUgTwOWYGmkNu_kpw)
- [倒霉蛋的倒霉蛋](/s/)
開會紀錄
---
- [[111/11/02] Adi Shamir IBE](/s/sq2iw9WwQKC9_GD6mngwMQ)
- [[111/11/09] IBE 續讀 1/2](/s/21VGEbBFT7-zjJM3ApsN1g)
- [[111/11/16] IBE 續讀 2/2](/s/SJgG8lqiIj)
- [[111/11/23] RSA](/s/g20sRw54RA-UjQ6YOb7aaA)
- [[111/12/31] CB 節點](https://hackmd.io/SBmiPWyLT0O6YX6ly6plLg)
會議議程
---
- [[111/12/7 會議議程]](/xhrY1YLMT6yQjk6SGiCBrg)
補充資料
---
- [[碩俊]DH-PKE 整理](/s/SJ-DaeYBs)
論文資料
---
- PKE
* [[1976_Diffie and Hellman] New Directions in Cryptography ](https://ee.stanford.edu/~hellman/publications/24.pdf)
* ID-based
* [[1984_Shamir] Identuty-Based Cryptosystem and Signature Schemes(最原始的 ID-base 簽章)](https://link.springer.com/content/pdf/10.1007/3-540-39568-7_5.pdf)
* [[2005_Amit Sahai] Fuzzy Identity-Based Encryption(最早的ABE)](https://link.springer.com/content/pdf/10.1007/11426639_27.pdf)
* [[2008_Jonathan Katz] Predicate Encryption Supporting Disjunctions Polynomial Equations, and Inner Products](https://link.springer.com/content/pdf/10.1007/978-3-540-78967-3_9.pdf)
* [[2011_Dan Boneh] Functional Encryption: definition and challenge](https://link.springer.com/content/pdf/10.1007/978-3-642-19571-6_16.pdf)
* [[2011_Gentry Craig] A fully homomorphic encryption scheme](https://crypto.stanford.edu/craig/craig-thesis.pdf)
* CB-Encryption
* [[2003_Gentry] Certificate-Based Encryption and the Certificate Revocation Problem](https://link.springer.com/content/pdf/10.1007/3-540-39200-9_17.pdf?pdf=inline%20link)
* [[2008_Galindo] Improved certificate-based encryption in the standard model](https://www.sciencedirect.com/science/article/abs/pii/S0164121207002294)
* CL-Encryption
* [[2003_Al-Riyami] Certificateless Public Key Cryptography](https://eprint.iacr.org/2003/126.pdf)
<style>
html, body, .ui-content {
background-color: #333;
color: #ddd;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
color: #ddd;
}
.markdown-body h1,
.markdown-body h2 {
border-bottom-color: #ffffff69;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
color: #fff;
}
.markdown-body img {
background-color: transparent;
}
.ui-toc-dropdown .nav>.active:focus>a, .ui-toc-dropdown .nav>.active:hover>a, .ui-toc-dropdown .nav>.active>a {
color: white;
border-left: 2px solid white;
}
.expand-toggle:hover,
.expand-toggle:focus,
.back-to-top:hover,
.back-to-top:focus,
.go-to-bottom:hover,
.go-to-bottom:focus {
color: white;
}
.ui-toc-dropdown {
background-color: #333;
}
.ui-toc-label.btn {
background-color: #191919;
color: white;
}
.ui-toc-dropdown .nav>li>a:focus,
.ui-toc-dropdown .nav>li>a:hover {
color: white;
border-left: 1px solid white;
}
.markdown-body blockquote {
color: #bcbcbc;
}
.markdown-body table tr {
background-color: #5f5f5f;
}
.markdown-body table tr:nth-child(2n) {
background-color: #4f4f4f;
}
.markdown-body code,
.markdown-body tt {
color: #eee;
background-color: rgba(230, 230, 230, 0.36);
}
a,
.open-files-container li.selected a {
color: #5EB7E0;
}
</style>