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

Credentials Signing #61

Closed andrewbwm closed 2 years ago

andrewbwm commented 2 years ago

Reimplement authenticated defence on the Data asset to work analogously to how encryption works, via the Credentials asset.

This allows the attacker to "break authentication" if they are able to compromise the credentials used for signing.

This was also requested by @jesajx in #39.

andrewbwm commented 2 years ago

Proposed solution in #62.

andrewbwm commented 2 years ago

Solved in #62.