freeCodeCamp/curriculum/math-challenges/45-cryptography/key-agreement-schemes.json

136 lines
2.3 KiB
JSON

{
"name": "Key agreement schemes",
"order": 30,
"challenges": [
{
"id": "59a5801209a6acac5983b695",
"title": "Introduction to Key agreement schemes",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b282",
"title": "Diffie-Hellman key agreement",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b283",
"title": "Station-to-station(STS) key agreement scheme",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b284",
"title": "Security of STS",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b285",
"title": "Known session key attacks",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b286",
"title": "MTI key agreement schemes",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b287",
"title": "Known session key attacks on MTI/A0",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b288",
"title": "Key agreement using self-certifying keys",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b289",
"title": "Encrypted key exchange",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b290",
"title": "Conference key agreement schemes",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}