Alphabetized algorithm database.

This commit is contained in:
Joe Testa
2023-03-28 12:09:25 -04:00
parent 6f05a2c6b5
commit 4f31304b66
10 changed files with 331 additions and 328 deletions

View File

@ -167,11 +167,7 @@
"notes": ""
},
{
"name": "blowfish-cbc",
"notes": ""
},
{
"name": "cast128-cbc",
"name": "arcfour128",
"notes": ""
},
{
@ -179,11 +175,15 @@
"notes": ""
},
{
"name": "arcfour128",
"name": "arcfour256",
"notes": ""
},
{
"name": "arcfour256",
"name": "blowfish-cbc",
"notes": ""
},
{
"name": "cast128-cbc",
"notes": ""
},
{
@ -193,11 +193,11 @@
],
"kex": [
{
"name": "diffie-hellman-group1-sha1",
"name": "diffie-hellman-group14-sha1",
"notes": ""
},
{
"name": "diffie-hellman-group14-sha1",
"name": "diffie-hellman-group1-sha1",
"notes": ""
},
{
@ -207,23 +207,15 @@
],
"key": [
{
"name": "ssh-rsa",
"name": "ssh-dss",
"notes": ""
},
{
"name": "ssh-dss",
"name": "ssh-rsa",
"notes": ""
}
],
"mac": [
{
"name": "hmac-sha1",
"notes": ""
},
{
"name": "hmac-sha1-96",
"notes": ""
},
{
"name": "hmac-md5",
"notes": ""
@ -239,6 +231,14 @@
{
"name": "hmac-ripemd160@openssh.com",
"notes": ""
},
{
"name": "hmac-sha1",
"notes": ""
},
{
"name": "hmac-sha1-96",
"notes": ""
}
]
}