2022-11-18 11:05:20 +01:00
2022-11-18 11:05:20 +01:00
2022-11-18 11:05:20 +01:00
2022-11-18 11:17:21 +01:00
2022-11-18 11:05:20 +01:00
2022-11-18 11:05:20 +01:00
2022-11-18 11:05:59 +01:00
2022-11-18 11:16:56 +01:00
2022-11-18 11:18:22 +01:00

tesla-firmware-decrypt

A tool to decrypt the Telsa OTA updates, given a key.

Requirements

  • Go (1.19+)

Installing

From Source

git clone https://github.com/denysvitali/tesla-firmware-decrypt
cd tesla-firmware-decrypt
make build install

From Go

go install github.com/denysvitali/tesla-firmware-decrypt/cmd/tesla-firmware-decrypt@latest

Usage

tesla-firmware-decrypt \
    -k "uPaonw9KIv1tptQ3hsJsrR2Ibz3YhOcBRBaRitSi4Qg=" \
    your-firmware-file.bin > /tmp/1.squashfs
Description
privately traded tool to decrypt tesla OTA firmware
Readme 39 KiB
Languages
Go 73.2%
Python 22%
Makefile 4.8%