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.