(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

What is it about?

Security concepts are typically black-or-white: either a system is deemed fully secure, or fully insecure. We propose that, for some security properties, a graded view can be offered by "measuring" how difficult it is to break them. We also demonstrate how the idea works in a case study based on an electronic voting scenario.

Why is it important?

In many contexts, there are no "fully secure" solutions in practice. Then, it is crucial to compare them and determine which ones are more secure than others. We propose a first step towards capturing this kind of difference.

Read more on Kudos…
The following have contributed to this page:
Wojciech Jamroga
' ,"url"));