From ac4475a646cbd77f0504863574a88d33c0b56fd2 Mon Sep 17 00:00:00 2001 From: Felix Prahl-Kamps Date: Thu, 19 Jul 2018 11:03:38 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e68ae81..2e17714 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ With MISPBump it is easy to share events on your MISP instance with other instances. Instead of generating organisations, sync-users and sync-servers you scan only two QR-Codes and the job is done. +# Security + +A keyagreement is realized with Diffie Hellman (Elliptic Curve 256 Bit), and the data sent afterwards is encrypted with AES. + # How does it work? 1. Gather your organisation information from your MISP instance @@ -21,7 +25,3 @@ With MISPBump it is easy to share events on your MISP instance with other instan 5. That's it! You are ready to share events across your instances ![Main Screen](./Screenshots/main.png) - -# Security - -A keyagreement is realized with Diffie Hellman (Elliptic Curve 256 Bit), and the data sent afterwards is encrypted with AES. From d37db64573a81bff7cd25880241fcad5ef43479b Mon Sep 17 00:00:00 2001 From: Felix Prahl-Kamps Date: Thu, 19 Jul 2018 11:04:16 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e17714..a5461c1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ With MISPBump it is easy to share events on your MISP instance with other instan # Security -A keyagreement is realized with Diffie Hellman (Elliptic Curve 256 Bit), and the data sent afterwards is encrypted with AES. +A keyagreement is realized with Diffie Hellman (Elliptic Curve 256 Bit), sensible data is encrypted with AES. # How does it work? From bafb540de3ec3f9c5308234aa2eeddc73233c323 Mon Sep 17 00:00:00 2001 From: Felix Prahl-Kamps Date: Thu, 19 Jul 2018 11:04:36 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5461c1..93745c9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ With MISPBump it is easy to share events on your MISP instance with other instan # Security -A keyagreement is realized with Diffie Hellman (Elliptic Curve 256 Bit), sensible data is encrypted with AES. +A key agreement is realized with Diffie Hellman (Elliptic Curve 256 Bit), sensible data is encrypted with AES. # How does it work? From f7714539e814eb89207e31caf60c08b9c54df718 Mon Sep 17 00:00:00 2001 From: Felix Prahl-Kamps Date: Thu, 19 Jul 2018 14:10:58 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 93745c9..ec66d5e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,14 @@ With MISPBump it is easy to share events on your MISP instance with other instan A key agreement is realized with Diffie Hellman (Elliptic Curve 256 Bit), sensible data is encrypted with AES. +(how are credentials stored in app, keystore?) + + + # How does it work? +1. Main screen (no changes) + 1. Gather your organisation information from your MISP instance ![Gather Information](./Screenshots/sync-profile.png)