proxmark3/client/resources/hf_fido2_defparams.json

34 lines
680 B
JSON
Raw Normal View History

2018-11-19 01:18:18 +08:00
{
"ClientDataHash": "000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f",
"RelyingPartyEntity": {
"id": "acme.com",
"name": "Acme"
},
"UserEntity": {
2018-11-22 02:39:26 +08:00
"id": "00000000000000000000000000000001",
2018-11-19 01:18:18 +08:00
"icon": "https://pics.acme.com/00/p/aBjjjpqPb.png",
"name": "johnpsmith@acme.com",
"displayName": "John P. Smith"
},
"pubKeyCredParams": [
{
"type": "public-key",
"alg": -7,
".name": "ES256"
2018-11-19 01:18:18 +08:00
},
{
"type": "public-key",
"alg": -257,
".name": "RS256"
2018-11-19 01:18:18 +08:00
}
],
2018-11-27 18:31:39 +08:00
"MakeCredentialOptions": {
2018-11-19 01:18:18 +08:00
"uv": false,
"rk": true
},
"GetAssertionOptions": {
"up": true,
"uv": false
2018-11-19 01:18:18 +08:00
}
}