Skip to content
Snippets Groups Projects
Commit 51a22722 authored by Nouri-Alnahawi's avatar Nouri-Alnahawi
Browse files

remove own projects from community site

parent 5137a436
No related branches found
No related tags found
1 merge request!6Draft: Merge Dev into Master
Pipeline #73441 passed
Showing
with 24 additions and 81 deletions
...@@ -7,23 +7,12 @@ linkTitle = "Cryptographic Migration & Agility" ...@@ -7,23 +7,12 @@ linkTitle = "Cryptographic Migration & Agility"
<div class="mx-auto"> <div class="mx-auto">
<a class="btn btn-lg btn-light mr-3 mb-4" href="{{< relref "/docs" >}}"> <a class="btn btn-lg btn-light mr-3 mb-4" href="{{< relref "/docs" >}}">
Community Site Content
<i class="fas fa-arrow-alt-circle-right ml-2"></i> <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a> </a>
<a class="btn btn-lg btn-dark mr-3 mb-4" href="https://code.fbi.h-da.de/cspub/cma"> <!-- <a class="btn btn-lg btn-dark mr-3 mb-4" href="https://code.fbi.h-da.de/cspub/cma">
Original Paper <i class="fas fa-book ml-2 "></i> Original Paper <i class="fas fa-book ml-2 "></i>
</a> </a> -->
<p>
<a class="btn btn-md btn-warning mr-3 mb-4" href="{{< relref "/docs/projects/eUCRITE.md" >}}">
eUCRITE API <i class="fas fa-arrow-alt-circle-right ml-2 "></i>
</a>
<a class="btn btn-md btn-warning mr-3 mb-4" href="{{< relref "/docs/projects/crypto-detection.md" >}}">
Crypto-Detection Tool <i class="fas fa-arrow-alt-circle-right ml-2 "></i>
</a>
<a class="btn btn-md btn-warning mr-3 mb-4" href="{{< relref "/docs/projects/format.md" >}}">
Code-Binding Generator <i class="fas fa-arrow-alt-circle-right ml-2 "></i>
</a>
</p>
<p class="display-4">An open community site for sharing any relevant research, findings, and solutions on PQC migration and cryptographic agility.</p> <p class="display-4">An open community site for sharing any relevant research, findings, and solutions on PQC migration and cryptographic agility.</p>
{{< blocks/link-down color="white" >}} {{< blocks/link-down color="white" >}}
</div> </div>
......
...@@ -4,8 +4,10 @@ linktitle: "Contributors" ...@@ -4,8 +4,10 @@ linktitle: "Contributors"
date: 2021-05-05T22:18:28+02:00 date: 2021-05-05T22:18:28+02:00
draft: false draft: false
type: docs type: docs
weight: 12 weight: 10
--- ---
This site was initiated by the research groups [Applied Cyber-Security](https://fbi.h-da.de/forschung/arbeitsgruppen/applied-cyber-security-darmstadt) and [User Centered Security](https://fbi.h-da.de/index.php?id=764) of [Darmstadt University of Applied Sciences](https://h-da.de/), funded by [ATHENE National Research Center for Applied Cybersecurity](https://www.athene-center.de).
A list of our kind contributors: A list of our kind contributors:
| Name | Affiliation | Contribution | | Name | Affiliation | Contribution |
......
...@@ -4,7 +4,7 @@ linktitle: "Categorization Scheme" ...@@ -4,7 +4,7 @@ linktitle: "Categorization Scheme"
date: 2021-05-05T22:20:34+02:00 date: 2021-05-05T22:20:34+02:00
draft: false draft: false
type: docs type: docs
weight: 4 weight: 2
menu: menu:
main: main:
weight: 2 weight: 2
......
...@@ -4,9 +4,5 @@ linktitle: "Cryptographic Migration & Agility" ...@@ -4,9 +4,5 @@ linktitle: "Cryptographic Migration & Agility"
date: 2021-05-05T22:20:34+02:00 date: 2021-05-05T22:20:34+02:00
draft: false draft: false
type: docs type: docs
menu:
main:
weight: 1
pre: <i class='fas fa-book'></i>
--- ---
An open community site for sharing any relevant research, findings, and solutions on PQC migration and cryptographic agility. An open community site for sharing any relevant research, findings, and solutions on PQC migration and cryptographic agility.
...@@ -5,5 +5,8 @@ date: 2021-05-05T22:17:54+02:00 ...@@ -5,5 +5,8 @@ date: 2021-05-05T22:17:54+02:00
draft: false draft: false
type: docs type: docs
weight: 1 weight: 1
menu:
main:
weight: 1
--- ---
Post-quantum cryptographic schemes have been under development for several years. Very soon there will be standardized post-quantum algorithms replacing the previous standards, which will eventually become obsolete. In order for quantum-resistant cryptographic Measures to be utilized, one needs more than simply developing secure post-quantum algorithms. The migration towards PQC poses great challenges on different levels. Those are not only restricted to the integration into existing protocols, but also include performance issues such as hardware specifications and memory usage, and especially the uncertainty of long term security of the new algorithm families. Moreover, a major challenge lies within finding suitable means of communicating and negotiating new algorithms and protocol parameters between different IT-systems. This leads to the urgent need for establishing the concept of crypto-agility, so as to be prepared for the rapid changes of cryptography, and insure the compatibility in all possible scenarios and settings. Post-quantum cryptographic schemes have been under development for several years. Very soon there will be standardized post-quantum algorithms replacing the previous standards, which will eventually become obsolete. In order for quantum-resistant cryptographic Measures to be utilized, one needs more than simply developing secure post-quantum algorithms. The migration towards PQC poses great challenges on different levels. Those are not only restricted to the integration into existing protocols, but also include performance issues such as hardware specifications and memory usage, and especially the uncertainty of long term security of the new algorithm families. Moreover, a major challenge lies within finding suitable means of communicating and negotiating new algorithms and protocol parameters between different IT-systems. This leads to the urgent need for establishing the concept of crypto-agility, so as to be prepared for the rapid changes of cryptography, and insure the compatibility in all possible scenarios and settings.
\ No newline at end of file
...@@ -4,6 +4,6 @@ linktitle: "State of Agility" ...@@ -4,6 +4,6 @@ linktitle: "State of Agility"
date: 2021-05-05T22:35:41+02:00 date: 2021-05-05T22:35:41+02:00
draft: false draft: false
type: docs type: docs
weight: 7 weight: 5
--- ---
Aspects regarding the notion of cryptographic agility Aspects regarding the notion of cryptographic agility
--- ---
title: "Contributing" title: "How to Contribute"
linktitle: "Contributing" linktitle: "How to Contribute"
date: 2021-05-05T22:18:28+02:00 date: 2021-05-05T22:18:28+02:00
draft: false draft: false
type: docs type: docs
weight: 11 weight: 9
--- ---
Your contributions are always welcome! Your contributions are always welcome!
To contribute to this site send a Pull Request to our repository on [Gitlab](https://code.fbi.h-da.de/cspub/cma)
#### Guidelines #### Guidelines
* Use the development branch.
* Add one link per Pull Request. * Add one link per Pull Request.
* Make sure the PR title is in the format of `Add project-name`. * Make sure the PR title is in the format of `Add project-name`.
* Write down the reason why the contribution is suitable. * Write down the reason why the contribution is suitable.
......
---
title: "Our Research Group"
date: 2021-05-05T22:18:21+02:00
draft: false
type: docs
weight: 2
---
This site was initiated by the research groups [Applied Cyber-Security](https://fbi.h-da.de/forschung/arbeitsgruppen/applied-cyber-security-darmstadt) and [User Centered Security](https://fbi.h-da.de/index.php?id=764) of [Darmstadt University of Applied Sciences](https://h-da.de/), funded by [ATHENE National Research Center for Applied Cybersecurity](https://www.athene-center.de).
Our project team deals with the challenges of PQC migration, and searches for answers to the open questions in this field. We build upon our findings and analysis towards finding suitable solutions for achieving said migration and establishing crypto-agility in IT-systems. Our goal is to develop such solutions through design, strategies, frameworks and interfaces.
On the one hand we conduct research on the newest findings regarding cryptographic measures and their development state. This research is managed and updated continuously through a community-based website that will further gather the newest developments regarding PQC research. On the other hand, we Contribute to cutting edge post quantum cryptography technologies and it's applications, as we transform our theoretical and scientific findings into practical solutions, such as our recently developed cryptographic API (eUCRITE). Further, we intend to start the development of an automated tool for the detection of cryptographic components in IT-systems, that could simplify the migration in networks and IT-infrastructures through analyzing and identifying the existing cryptographic measures.
...@@ -4,10 +4,10 @@ linktitle: "Cryptographic Libraries and Interfaces" ...@@ -4,10 +4,10 @@ linktitle: "Cryptographic Libraries and Interfaces"
date: 2021-05-06T00:13:06+02:00 date: 2021-05-06T00:13:06+02:00
draft: false draft: false
type: docs type: docs
weight: 9 weight: 7
menu: menu:
main: main:
weight: 5 weight: 4
--- ---
- [NaCL (Salt)](https://nacl.cr.yp.to/): - [NaCL (Salt)](https://nacl.cr.yp.to/):
Software library for network communication, encryption, decryption, signatures, etc. Software library for network communication, encryption, decryption, signatures, etc.
......
...@@ -4,5 +4,5 @@ linktitle: "State of Migration" ...@@ -4,5 +4,5 @@ linktitle: "State of Migration"
date: 2021-05-05T22:35:41+02:00 date: 2021-05-05T22:35:41+02:00
draft: false draft: false
type: docs type: docs
weight: 6 weight: 4
--- ---
...@@ -4,10 +4,10 @@ linktitle: "Projects and Initiatives" ...@@ -4,10 +4,10 @@ linktitle: "Projects and Initiatives"
date: 2021-05-06T00:12:55+02:00 date: 2021-05-06T00:12:55+02:00
draft: false draft: false
type: docs type: docs
weight: 8 weight: 6
menu: menu:
main: main:
weight: 4 weight: 2
--- ---
- [Open Quantum Safe](https://openquantumsafe.org/): - [Open Quantum Safe](https://openquantumsafe.org/):
An open-source project that aims to support the development and prototyping of quantum-resistant cryptography. An open-source project that aims to support the development and prototyping of quantum-resistant cryptography.
......
---
title: "Our Projects"
linktitle: "Our Projects"
date: 2021-05-05T22:35:41+02:00
draft: false
type: docs
weight: 3
menu:
main:
weight: 3
---
---
title: "Crypto-Detection Tool"
date: 2021-05-05T22:41:49+02:00
draft: false
type: docs
weight: 2
---
![Crypto-Detection](/docs/projects/detection.png)
content/docs/projects/detection.png

26.2 KiB

---
title: "eUCRITE API"
date: 2021-05-05T22:41:49+02:00
draft: false
type: docs
weight: 1
---
The [eUCRITE API](https://use-a-pqclib.h-da.io/eucrite-documentation/) is a PQC library interface, that provides quantum-resistant cryptographic schemes in abstract manner. It provides not only PQC-based encryption, but also signature schemes. The end-user has the choice between three different security levels based on the strenght and performance of the chosen algorithems. This abstraction aims at supporting crypt-agility and is expected to make using PQC-schemes easier [[Zei20]](../../refs#zei20). Collaborations on our cryptographic API, and a special update mechanism for said API are also under development.
![eUCRITE API](/docs/projects/eUCRITE.png)
content/docs/projects/eUCRITE.png

172 KiB

---
title: "PQC Algorithm Meta-Description Code-Binding Generator"
date: 2021-05-05T22:41:49+02:00
draft: false
type: docs
weight: 2
---
![Code-Binding Generator](/docs/projects/format.png)
...@@ -4,7 +4,7 @@ linktitle: "References" ...@@ -4,7 +4,7 @@ linktitle: "References"
date: 2021-05-06T00:13:12+02:00 date: 2021-05-06T00:13:12+02:00
draft: false draft: false
type: docs type: docs
weight: 10 weight: 8
--- ---
###### [A.16] ###### [A.16]
[A. Langley. ImperialViolet - CECPQ1 results, 2016.](https://www.imperialviolet.org/2016/11/28/cecpq1.html) [A. Langley. ImperialViolet - CECPQ1 results, 2016.](https://www.imperialviolet.org/2016/11/28/cecpq1.html)
......
...@@ -4,7 +4,7 @@ linktitle: "Related Work" ...@@ -4,7 +4,7 @@ linktitle: "Related Work"
date: 2021-05-05T22:18:28+02:00 date: 2021-05-05T22:18:28+02:00
draft: false draft: false
type: docs type: docs
weight: 5 weight: 3
--- ---
A collection of survey papers and references dealing with general challenges and recommendations regarding the migration to post-quantum cryptography and cryptographic agility. A collection of survey papers and references dealing with general challenges and recommendations regarding the migration to post-quantum cryptography and cryptographic agility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment