Skip to content

Utility for encrypting/decrypting ST-Link firmware images

Notifications You must be signed in to change notification settings

lujji/st-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st-decrypt

Utility for encrypting/decrypting ST-Link firmware images. It is mostly based on decompiled code, which is not human-readable (and probably never was in the first place). Compiled archive can be found in dist folder.

Usage

Decrypt binary:

$ java -jar st_decrypt.jar --key "encryption key" -i firmware.bin  -o firmware_decrypted.bin

Encrypt binary:

$ java -jar st_decrypt.jar --key "encryption key" -i firmware.bin  -o firmware_encrypted.bin --encrypt

About

Utility for encrypting/decrypting ST-Link firmware images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages