Available MAC Algorithms

The following table lists all MAC algorithms available in this environment.

{% set macAlgorithms = collector.getData().algorithm.algorithms %} {% if macAlgorithms['MAC'] is defined %} {% for alias, alg in macAlgorithms['MAC'] %} {% endfor %} {% else %} {% endif %}
Name Alias Message
{{ alg.name }} {{ alias }} {% if alg.name in collector.getData().algorithm.messages|keys %} {{ collector.getData().algorithm.messages[alg.name]['message']|raw }} {% endif %}
There is no MAC algorithm. Did you install a package providing MAC algorithms?