mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
apps: more u2f apps
This commit is contained in:
parent
6b9751d30d
commit
7a4d9a28fd
@ -1,13 +1,17 @@
|
||||
from trezor.crypto import hashlib
|
||||
|
||||
knownapps = {
|
||||
hashlib.sha256(b'https://account.gandi.net/api/u2f/trusted_facets.json').digest(): 'Gandi',
|
||||
hashlib.sha256(b'https://api-9dcf9b83.duosecurity.com').digest(): 'Duo',
|
||||
hashlib.sha256(b'https://bitbucket.org').digest(): 'Bitbucket',
|
||||
hashlib.sha256(b'https://www.dropbox.com/u2f-app-id.json').digest(): 'Dropbox',
|
||||
hashlib.sha256(b'https://www.fastmail.com').digest(): 'FastMail',
|
||||
hashlib.sha256(b'https://dashboard.stripe.com').digest(): 'Stripe',
|
||||
hashlib.sha256(b'https://demo.yubico.com').digest(): 'Yubico U2F Demo',
|
||||
hashlib.sha256(b'https://github.com/u2f/trusted_facets').digest(): 'GitHub',
|
||||
hashlib.sha256(b'https://gitlab.com').digest(): 'GitLab',
|
||||
hashlib.sha256(b'https://www.gstatic.com/securitykey/origins.json').digest(): 'Google',
|
||||
hashlib.sha256(b'https://keepersecurity.com').digest(): 'Keeper',
|
||||
hashlib.sha256(b'https://slushpool.com/static/security/u2f.json').digest(): 'Slush Pool',
|
||||
hashlib.sha256(b'https://demo.yubico.com').digest(): 'Yubico U2F Demo',
|
||||
hashlib.sha256(b'https://account.gandi.net/api/u2f/trusted_facets.json').digest(): 'Gandi',
|
||||
hashlib.sha256(b'https://vault.bitwarden.com/app-id.json').digest(): 'bitwarden',
|
||||
hashlib.sha256(b'https://www.dropbox.com/u2f-app-id.json').digest(): 'Dropbox',
|
||||
hashlib.sha256(b'https://www.fastmail.com').digest(): 'FastMail',
|
||||
hashlib.sha256(b'https://www.gstatic.com/securitykey/origins.json').digest(): 'Google',
|
||||
}
|
||||
|
BIN
src/apps/fido_u2f/res/u2f_bitwarden.toif
Normal file
BIN
src/apps/fido_u2f/res/u2f_bitwarden.toif
Normal file
Binary file not shown.
BIN
src/apps/fido_u2f/res/u2f_duo.toif
Normal file
BIN
src/apps/fido_u2f/res/u2f_duo.toif
Normal file
Binary file not shown.
BIN
src/apps/fido_u2f/res/u2f_keeper.toif
Normal file
BIN
src/apps/fido_u2f/res/u2f_keeper.toif
Normal file
Binary file not shown.
BIN
src/apps/fido_u2f/res/u2f_stripe.toif
Normal file
BIN
src/apps/fido_u2f/res/u2f_stripe.toif
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user