Skip to content

Commit

Permalink
clean dupes & add verified sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
jengo9332 committed Apr 22, 2020
1 parent a72c33b commit c708e11
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions src/u2f/u2f_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ static const app_t _apps[] = {
"\x59\x43\x79\x4e\x88\x4f\x3d\x02\x3a\x82\x29\xfd",
.name = "Google",
},
{
// sha256('https://www.binance.com')
.app_id = "\xc3\x40\x8c\x04\x47\x88\xae\xa5\xb3\xdf\x30\x89\x52\xfd\x8c\xa3\xc7\x0e\x21\xfe"
"\xf4\xf6\xc1\xc2\x37\x4c\xaa\x1d\xf9\xb2\x8d\xdd",
.name = "Binance",
},
{
// sha256('https://bitbucket.org')
.app_id = "\x12\x74\x3b\x92\x12\x97\xb7\x7f\x11\x35\xe4\x1f\xde\xdd\x4a\x84\x6a\xfe\x82\xe1"
Expand Down Expand Up @@ -72,6 +66,7 @@ static const app_t _apps[] = {
.name = "Duo",
},
{
// sha256('facebook.com')
.app_id = "\x31\x19\x33\x28\xf8\xe2\x1d\xfb\x6c\x99\xf3\x22\xd2\x2d\x7b\x0b\x50\x87\x78\xe6"
"\x4f\xfb\xba\x86\xe5\x22\x93\x37\x90\x31\xb8\x74",
.name = "Facebook",
Expand All @@ -83,6 +78,7 @@ static const app_t _apps[] = {
.name = "FastMail",
},
{
// sha256('https://id.fedoraproject.org/u2f-origins.json')
.app_id = "\x9d\x61\x44\x2f\x5c\xe1\x33\xbd\x46\x54\x4f\xc4\x2f\x0a\x6d\x54\xc0\xde\xb8\x88"
"\x40\xca\xc2\xb6\xae\xfa\x65\x14\xf8\x93\x49\xe9",
.name = "Fedora",
Expand All @@ -105,24 +101,12 @@ static const app_t _apps[] = {
"\x66\x45\xd5\xff\x41\x8f\x9b\xb8\x81\x98\x85\xa9",
.name = "Keeper",
},
{
// sha256('https://keepersecurity.com')
.app_id = "\xd6\x5f\x00\x5e\xf4\xde\xa9\x32\x0c\x99\x73\x05\x3c\x95\xff\x60\x20\x11\x5d\x5f"
"\xec\x1b\x7f\xee\x41\xa5\x78\xe1\x8d\xf9\xca\x8c",
.name = "Keeper",
},
{
// sha256('https://slushpool.com/static/security/u2f.json')
.app_id = "\x08\xb2\xa3\xd4\x19\x39\xaa\x31\x66\x84\x93\xcb\x36\xcd\xcc\x4f\x16\xc4\xd9\xb4"
"\xc8\x23\x8b\x73\xc2\xf6\x72\xc0\x33\x00\x71\x97",
.name = "Slush Pool",
},
{
// sha256('https://slushpool.com/static/security/u2f.json')
.app_id = "\x38\x80\x4f\x2e\xff\x74\xf2\x28\xb7\x41\x51\xc2\x01\xaa\x82\xe7\xe8\xee\xfc\xac"
"\xfe\xcf\x23\xfa\x14\x6b\x13\xa3\x76\x66\x31\x4f",
.name = "Slush Pool",
},
{
// sha256('https://dashboard.stripe.com')
.app_id = "\x2a\xc6\xad\x09\xa6\xd0\x77\x2c\x44\xda\x73\xa6\x07\x2f\x9d\x24\x0f\xc6\x85\x4a"
Expand Down

0 comments on commit c708e11

Please sign in to comment.