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

merge dev into master

parents f96280ba d7dc3fd6
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,4 @@ resources/ ...@@ -4,3 +4,4 @@ resources/
/resources/ /resources/
resources/* resources/*
*.json *.json
...@@ -3,9 +3,7 @@ image: registry.gitlab.com/pages/hugo/hugo_extended ...@@ -3,9 +3,7 @@ image: registry.gitlab.com/pages/hugo/hugo_extended
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
MINDMAP_OUT_PATH: ./layouts/shortcodes/mindmap.html HUGO_ENV: production
MINDMAP_IN_PATH: ./mindmap_gen/mindmap.md
MINDMAP_SCRIPT_PATH: ./mindmap_gen/mindmap_gen.py
.job_templae: &script .job_templae: &script
before_script: before_script:
...@@ -13,13 +11,9 @@ variables: ...@@ -13,13 +11,9 @@ variables:
- npm update - npm update
- npm install -D --save autoprefixer - npm install -D --save autoprefixer
- npm install -D --save postcss-cli - npm install -D --save postcss-cli
- npm install -D --save markmap-lib
- npm install -D --save markmap-cli
script: script:
- python3 $MINDMAP_SCRIPT_PATH -d $(pwd)/content # Generate the mindmap md file - hugo --minify --gc --environment production
- npx markmap-cli -o $MINDMAP_OUT_PATH $MINDMAP_IN_PATH # Convert mindmap md file to html
- sed -i 's/100v/60v/g' $(pwd)/layouts/shortcodes/mindmap.html # Replaces the width and hight of mindmap with suitable values
- hugo --minify --gc
test: test:
<<: *script <<: *script
...@@ -30,4 +24,4 @@ pages: ...@@ -30,4 +24,4 @@ pages:
paths: paths:
- public - public
only: only:
- dev - master
...@@ -26,7 +26,11 @@ pygmentsUseClassic = false ...@@ -26,7 +26,11 @@ pygmentsUseClassic = false
# See https://help.farbox.com/pygments.html # See https://help.farbox.com/pygments.html
pygmentsStyle = "tango" pygmentsStyle = "tango"
disableKinds = ["taxonomy", "term"] [[menu.main]]
name = "Home"
weight = 5
url = "/"
pre = "<i class='fas fa-home'></i>"
# Configure how URLs look like per section. # Configure how URLs look like per section.
[permalinks] [permalinks]
...@@ -48,6 +52,10 @@ anchor = "smart" ...@@ -48,6 +52,10 @@ anchor = "smart"
# Uncomment if you want your chosen highlight style used for code blocks without a specified language # Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax = "true" # guessSyntax = "true"
# Google Analytics Settings
# Requires adding env to build: HUGO_ENV="production" hugo
[services.googleAnalytics]
id = "UA-202391736-1"
[params] [params]
copyright = "Darmstadt University of Applied Sciences" copyright = "Darmstadt University of Applied Sciences"
...@@ -58,7 +66,7 @@ copyright = "Darmstadt University of Applied Sciences" ...@@ -58,7 +66,7 @@ copyright = "Darmstadt University of Applied Sciences"
# User interface configuration # User interface configuration
[params.ui] [params.ui]
# Enable to show the side bar menu in its compact state. # Enable to show the side bar menu in its compact state.
sidebar_menu_compact = false sidebar_menu_compact = true
# Set to true to disable breadcrumb navigation. # Set to true to disable breadcrumb navigation.
breadcrumb_disable = false breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) # Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
...@@ -68,18 +76,31 @@ navbar_logo = false ...@@ -68,18 +76,31 @@ navbar_logo = false
# Set to true to disable the About link in the site footer # Set to true to disable the About link in the site footer
footer_about_disable = false footer_about_disable = false
[params.katex]
enable = true
[[params.katex.options.delimiters]]
left = "$$"
right = "$$"
display = true
[[params.katex.options.delimiters]]
left = "$"
right = "$"
display = false
[params.links] [params.links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one. # End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.developer]] [[params.links.developer]]
name = "E-Mail" name = "E-Mail"
url = "mailto:nouri.alnahawi@h-da.de" url = "mailto:cma@h-da.de"
icon = "fa fa-envelope" icon = "fa fa-envelope"
desc = "E-Mail Contact" desc = "E-Mail Contact"
# Developer relevant links. These will show up on right side of footer and in the community page if you have one. # Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]] [[params.links.developer]]
name = "GitLab" name = "GitLab"
url = "https://code.fbi.h-da.de/cspub/cma" url = "https://gitlab.com/pqc-cma/cma"
icon = "fab fa-gitlab" icon = "fab fa-gitlab"
desc = "GitLab Repository of This Site" desc = "GitLab Repository of This Site"
...@@ -89,10 +110,6 @@ footer_about_disable = false ...@@ -89,10 +110,6 @@ footer_about_disable = false
icon = "fa fa-university" icon = "fa fa-university"
desc = "Visist our institute homepage" desc = "Visist our institute homepage"
[params.links.image]
image_url = "http://www.freepik.com"
text = "Background Image Designed by Freepik"
[params.links.impress] [params.links.impress]
url = "https://fbi.h-da.de/en/index.php?id=15" url = "https://fbi.h-da.de/en/index.php?id=15"
text = "Impress" text = "Impress"
......
...@@ -2,37 +2,6 @@ ...@@ -2,37 +2,6 @@
title = "Cryptographic Migration & Agility" title = "Cryptographic Migration & Agility"
linkTitle = "Cryptographic Migration & Agility" linkTitle = "Cryptographic Migration & Agility"
+++ +++
<head>
{{< blocks/cover title="Cryptographic Migration & Agility" image_anchor="top" height="full" color="dark" >}} <meta http-equiv="Refresh" content="0; URL=https://fbi.h-da.de/cma/">
</head>
<div class="mx-auto">
<a class="btn btn-lg btn-light mr-3 mb-4" href="{{< relref "/docs" >}}">
Content
<i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<!-- <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>
</a> -->
<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" >}}
</div>
{{< /blocks/cover >}}
{{< blocks/lead color="primary" >}}
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.
{{< /blocks/lead >}}
{{< blocks/section color="dark" >}}
{{% blocks/feature icon="fas fa-user-secret" title="Applied Cyber-Security" url="https://fbi.h-da.de/en/research/research-groups/applied-cyber-security-darmstadt" %}}
Applied Cyber-Security research group at Darmstadt University of Applied Sciences
{{% /blocks/feature %}}
{{% blocks/feature icon="fa-user-shield" title="User-Centered Security" url="https://fbi.h-da.de/en/research/research-groups/user-centered-security" %}}
User-Centered Security research group at Darmstadt University of Applied Sciences
{{% /blocks/feature %}}
{{% blocks/feature icon="fab fa-gitlab" title="Contributions Welcome!" url="https://code.fbi.h-da.de/cspub/cma" %}}
Send a Pull Request to our repository on **GitLab** to contribute to this site
{{% /blocks/feature %}}
{{< /blocks/section >}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment