Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 751 Bytes

File metadata and controls

33 lines (17 loc) · 751 Bytes

CHANGELOG

0.5.3

Add additional options to encode.py to support H108N 2.3 devices.

0.5.2

Add additional keygen for F680 devices.

0.5.1

Allow the Payload Type to be overridden when encoding a configuration file.

0.5.0

Added auto.py which tries all key/iv/signature combinations.

0.4.0

Allow basic support for little-endian header format.

0.3.0

Separate keygens from the encryptors/decryptors, add a few more edge cases so that all known configs decode and encode byte-perfectly, make the decoder/encoder interface more user-friendly.

0.2.0

Refactor of the encryption/decryption methods which should make it easier to add support for additional devices.

0.1.0

This is the first public release of this utility.