Skip to content
Snippets Groups Projects
Commit 001d0bc9 authored by Marco Holz's avatar Marco Holz
Browse files

Add article to sidebar

parent 0224fdfe
No related branches found
No related tags found
1 merge request!15Erstellung von JSON Web Keys für Testzwecke
# Erstellung von JSON Web Keys für Testzwecke
# Erstellen von JSON Web Keys für Testzwecke
FIT-Connect verwendet zur Übertragung von Antragsdaten und Metadaten mit direktem Bezug zu Anträgen eine Ende-zu-Ende-Verschlüsselung. Diese ist auf Basis des Standards [JSON Web Encryption (JWE)](https://tools.ietf.org/html/rfc7516) unter Verwendung von Schlüsseln gemäß des Standards [JSON Web Keys (JWK)](https://tools.ietf.org/html/rfc7517) umgesetzt.
Im Folgenden soll die Erstellung von JWKs mithilfe eines einfachen in Python geschriebenen Skriptes unter Windows und Linux erläutert werden.
......
......@@ -75,6 +75,7 @@ module.exports = {
label: 'Detailinformationen',
items: [
'details/crypto',
'details/jwk-creation',
'details/schema-reference',
'details/pgp-export',
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment