Skip to content

klsecservices/zigbee-linkkey-hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Zigbee Link Key Hasher

A lightweight Python utility for computing the Zigbee hashed link key from a standard 16-byte Zigbee link key. This hashing process is used by Zigbee devices to derive the key material required for APS-layer AES encryption during network key transport.

Installation

pip3 install pycryptodome

Usage

Hash a link key provided as a string (must encode to 16 bytes):

python3 ZbeekeyHasher.py --key "ZigBeeAlliance09"

Hash a link key provided as hex:

python3 ZbeekeyHasher.py --key-hex 00112233445566778899AABBCCDDEEFF

Authors and acknowledgment

Haidar kabibo. Kaspersky Security Services. X: https://x.com/haider_kabibo

License

This software is provided under MIT Software License

About

A lightweight Python utility for computing the Zigbee hashed link key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages