From 515d8c76fa19b874c5908cd21c51b26177e25983 Mon Sep 17 00:00:00 2001 From: Jakub Kramarz Date: Sun, 17 Aug 2025 16:22:21 +0200 Subject: [PATCH] AID list: added Crescendo AIDs from https://docs.hidglobal.com/crescendo/api/low-level/select.htm --- client/resources/aidlist.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/client/resources/aidlist.json b/client/resources/aidlist.json index a0731b974..53828dbc1 100644 --- a/client/resources/aidlist.json +++ b/client/resources/aidlist.json @@ -2462,5 +2462,37 @@ "Name": "Navigo", "Description": "CALYPSO-based transit card", "Type": "transport" + }, + { + "AID": "A0000000791000", + "Vendor": "HID Global", + "Country": "", + "Name": "Crescendo ACA", + "Description": "HID Crescendo ACA", + "Type": "access" + }, + { + "AID": "A0000000792300", + "Vendor": "HID Global", + "Country": "", + "Name": "Crescendo OATH #0 (HOTP)", + "Description": "HID Crescendo Key OATH instance 0 (default HOTP slot)", + "Type": "access" + }, + { + "AID": "A0000000792301", + "Vendor": "HID Global", + "Country": "", + "Name": "Crescendo OATH #1", + "Description": "HID Crescendo Key OATH instance 1", + "Type": "access" + }, + { + "AID": "A0000000792302", + "Vendor": "HID Global", + "Country": "", + "Name": "Crescendo OATH #2", + "Description": "HID Crescendo Key OATH instance 2", + "Type": "access" } ]