diff --git a/objects/anonymisation/definition.json b/objects/anonymisation/definition.json index acbec67..d3233a0 100644 --- a/objects/anonymisation/definition.json +++ b/objects/anonymisation/definition.json @@ -58,114 +58,112 @@ "ui-priority": 1, "disable_correlation": true, "sane_default": [ - "bf-cbc", - "bf", - "blowfish", - "bf-cfb", - "bf-ecb", - "bf-ofb", - "cast-cbc", - "cast", - "cast5-cbc", - "cast5-cfb", - "cast5-ecb", - "cast5-ofb", - "des-cbc", - "des", - "des-cfb", - "des-ofb", - "des-ecb", - "des-ede-cbc", - "des-ede", - "des-ede-cfb", - "des-ede-ofb", - "des-ede3-cbc", - "des-ede3", - "des3", - "des-ede3-cfb", - "des-ede3-ofb", - "desx", - "gost89", - "gost89-cnt", - "idea-cbc", - "idea", - "idea-cfb", - "idea-ecb", - "idea-ofb", - "rc2-cbc", - "rc2", - "rc2-cfb", - "rc2-ecb", - "rc2-ofb", - "rc2-64-cbc", - "rc2-40-cbc", - "rc4", - "rc4-64", - "rc4-40", - "rc5-cbc", - "rc5", - "rc5-cfb", - "rc5-ecb", - "rc5-ofb", - "seed-cbc", - "seed", - "seed-cfb", - "seed-ecb", - "seed-ofb", - "sm4-cbc", - "sm4", - "sm4-cfb", - "sm4-ctr", - "sm4-ecb", - "sm4-ofb", - "aes-128-cbc", "aes128", + "aes-128-cbc", "aes-128-cfb", "aes-128-cfb1", "aes-128-cfb8", "aes-128-ctr", "aes-128-ecb", "aes-128-ofb", - "aes-128-cbc", - "aes128", + "aes192", + "aes-192-cbc", "aes-192-cfb", "aes-192-cfb1", "aes-192-cfb8", "aes-192-ctr", "aes-192-ecb", "aes-192-ofb", - "aes-192-cbc", - "aes192", "aes-256-cfb", "aes-256-cfb1", "aes-256-cfb8", "aes-256-ctr", "aes-256-ecb", "aes-256-ofb", - "camellia-128-cbc", + "bf", + "bf-cbc", + "bf-cfb", + "bf-ecb", + "bf-ofb", + "blowfish", "camellia128", + "camellia-128-cbc", "camellia-128-cfb", "camellia-128-cfb1", "camellia-128-cfb8", "camellia-128-ctr", "camellia-128-ecb", "camellia-128-ofb", - "camellia-192-cbc", "camellia192", + "camellia-192-cbc", "camellia-192-cfb", "camellia-192-cfb1", "camellia-192-cfb8", "camellia-192-ctr", "camellia-192-ecb", "camellia-192-ofb", - "camellia-256-cbc", "camellia256", + "camellia-256-cbc", "camellia-256-cfb", "camellia-256-cfb1", "camellia-256-cfb8", "camellia-256-ctr", "camellia-256-ecb", - "camellia-256-ofb" + "camellia-256-ofb", + "cast", + "cast5-cbc", + "cast5-cfb", + "cast5-ecb", + "cast5-ofb", + "cast-cbc", + "des", + "des3", + "des-cbc", + "des-cfb", + "des-ecb", + "des-ede", + "des-ede3", + "des-ede3-cbc", + "des-ede3-cfb", + "des-ede3-ofb", + "des-ede-cbc", + "des-ede-cfb", + "des-ede-ofb", + "des-ofb", + "desx", + "gost89", + "gost89-cnt", + "idea", + "idea-cbc", + "idea-cfb", + "idea-ecb", + "idea-ofb", + "rc2", + "rc2-40-cbc", + "rc2-64-cbc", + "rc2-cbc", + "rc2-cfb", + "rc2-ecb", + "rc2-ofb", + "rc4", + "rc4-40", + "rc4-64", + "rc5", + "rc5-cbc", + "rc5-cfb", + "rc5-ecb", + "rc5-ofb", + "seed", + "seed-cbc", + "seed-cfb", + "seed-ecb", + "seed-ofb", + "sm4", + "sm4-cbc", + "sm4-cfb", + "sm4-ctr", + "sm4-ecb", + "sm4-ofb" ], "misp-attribute": "text" },