Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 942 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 942 Bytes

keyboxGenerator

The Python scripts here are used for generating Android keybox.xml for Tricky Store (a Magisk Module) on the Ubuntu 24.04.1 LTS platform (WSL).

Acknowledgement

  1. https://xdaforums.com/t/tee-hacking.4662185/page-21#post-89847987
  2. https://stackoverflow.com/questions/17733536/how-to-convert-a-private-key-to-an-rsa-private-key

Cautions

Remember to store the script with Unix (LF) as the line separator.

Versions

v1.0

This is the original version.

v2.0

Briefly checking the content of the three child key files is supported.

Using ssh-keygen to convert an OpenSSL private key to the required RSA private key is supported.

The program will prompt the overwriting if files exist.

The device ID is generated randomly.