mal-lang / coreLang

A probabilistic attack simulation language for the (abstract) IT domain
https://mal-lang.org/coreLang/
Other
10 stars 12 forks source link

How to model encryption on Communication #18

Closed skatsikeas closed 4 years ago

skatsikeas commented 4 years ago

Do we want to be able to capture encryption on communication. i.e. some protocols are using encryption? (Mathias)

skatsikeas commented 4 years ago

One way of modeling this is to have Data as DataInTransit in the Connection and then have those Data encrypted using a Credentials asset as the EncryptionCredentials.

In simpler words, this: Connection <--> Data <--> Credential

skatsikeas commented 4 years ago

This will be solved/enhanced by https://github.com/mal-lang/coreLang/issues/22