您的浏览器禁用了JavaScript(一种计算机语言,用以实现您与网页的交互),请解除该禁用,或者联系我们。[HID Global]:HID Linq Key Manager 用户指南 - 发现报告

HID Linq Key Manager 用户指南

信息技术2026-02-10HID Global胡***
HID Linq Key Manager 用户指南

PLT-08195, Rev. A.0December 2025 Copyright © 2025 HID Global Corporation/ASSA ABLOY AB. All rights reserved. This document may not be reproduced, disseminated, or republished in any form without the prior written permission of Trademarks HID GLOBAL, HID, the HID Brick logo, Seos, and HID Linq are trademarks or registered trademarks of HID Global, ASSAABLOY AB, or its affiliate(s) in the US and other countries and may not be used without permission. All other trademarks, MIFARE, MIFARE Classic, MIFARE DESFire, MIFARE DESFire EV1, MIFARE Plus, and MIFARE Ultralight are registeredtrademarks of NXP B.V. and are used under license. Contacts For technical support, please visit:https://support.hidglobal.com. What's new Introduction 1.1 Document purpose61.2 Intended audience61.3 Overview61.4 System requirements71.5 Understanding Command Syntax7 1.6.1 Quoting paths81.6.2 Execute a command81.6.3 Command history8 Download and install HID Linq Key Manager 2.1 Download and install HID Linq Key Manager2.2 Update HID Linq Key Manager 1010 Create Main Node Pairing Key file11 3.1 Main Node Pairing Key123.2 Create Main Node Pairing Key file12 Command line actions 4.1 Managing MIFARE DESFire keys and Key Modules4.1.1 Launch the command line interface4.1.2 Create the application database4.1.3 Create a local keystore4.1.4 Add keys to the local keystore4.1.5 Create a MIFARE DESFire keyset4.1.6 Create an SNMP keyset Command reference 5.1 General help215.2 keystore list225.3 Keyset255.4 Configuration27 Troubleshooting 6.1 Troubleshooting326.2 Check log files32 Security best practices A.1 Keystore passwordsA.2 Key managementA.3 Database backupA.4 Physical security Section01Introduction 1.1 Document purpose This document provides information on how to install and use HID® Linq™ Key Manager to manage custom keys storedin a local keystore, for use with the HID M1 Key Module. 1.2 Intended audience This document is intended for System Administrators and Device Administrators to install, configure and managecustom credential keysets with the HID Linq Key Manager command-line tool for Windows 11. 1.3 Overview HID Linq Key Manager allows you to setup and manage databases and keystores and prepare your Key Module for usewith the HID M1 system. A Key Module Pairing Key can be loaded to cryptographically bind the Key Module and Main 1.4 System requirements lWindows 11 64-bit Enterprise Edition 21H22 or newerl8 GB RAMl20 GB available disk spacelUSB port (type A or type C)lUSB cable with a male USB-C connector for Key Module connection. 1.5 Understanding Command Syntax HID Linq Key Manager commands are structured to specify the main program, the primary action (command), a General Command Structure LinqKeyManager.exe <command> [sub-command] [options] lLinqKeyManager.exe- the executable filename.l<command>- the main category of action to be performed (for example,keystore). Replace <command> with acommand from theCommand reference. [sub-command]- a specific action related to the main command (for example,create-localfor the keystore [options]- this modifies the command behavior. oOptions are typically prefixed with--for full names or-for short names (for example,-- nameor-n).oOptions values follow the option name (for example,--name MyKeystore). 1.5.1 Syntax placeholders The syntax placeholders in angled brackets (for example,<your_keystore_name>,<password>,<file_path>) throughoutthe document represent the data that you must provide. Replace the brackets and placeholder in the syntax string. For LinqKeyManager.exe keystore create-local --name<your_keystore_name>--password<your_password>Becomes: LinqKeyManager.exe keystore create-local --nameMyDeviceKeys--password Secure123! 1.6 Syntax conventions 1.6.1 Quoting paths Enclose file paths or names with spaces in quotation marks. For example: l"C:\My Tools\LinqKeyManager"lLinqKeyManager.exe configuration create --name "My DESFire Config" Note:It is recommended to use an underscore (_) instead of a space. This avoids the need to enclose file paths inquotation marks. 1.6.2 Execute a command 1.Open the Command Prompt window. 2.TypeLinqKeyManager.exefollowed by the required command, sub command, and options if applicable. 3.PressEnter. 1.6.3 Command history Press theUpandDownarrows on your keyboard to cycle through previously entered commands and pressEnterto 1.6.4 Interactive mode (-i) HID Linq Key Manager gives guidance and provides input for the required prompts when the-icommand is used at the Section02Download and install HID Linq Key Manager 2.1 Download and install HID Linq Key Manager 1.DownloadLinqKeyManager.exefrom theHID Developer Portal. 2.Create a new folder on your computer specifically for this tool. Note:Avoid using spaces in the folder path to simplify command-line navigation. For example,C:\Users\YourUserName\Desktop\LinqKeyManager 3.Move the downloadedLinqKeyManager.exefile to the new folder. 2.2 Update HID Linq Key Mana