[LFRFID] Added Support for Securakey Protocol (#3697)

* Create protocol_securakey.c
* decode and render done
* Support for Radio Key Securakey
  Support both 26- and 32-bit format
  Solves issue #2619
* debugs and improvements
* Formatting in response to requested changes
* fixed wiegand parity bit calculation
* format
* debug unnecessary assert
* LfRfid: swap vendor and protocol names in securakey
* fixed manually generated keys issues
* fix bit length render error caused by bit length fix

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Zinong Li
2024-06-13 07:55:51 -04:00
committed by GitHub
parent 730026c87a
commit e7d0afdc50
4 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include <toolbox/protocols/protocol.h>
extern const ProtocolBase protocol_securakey;