A Python GUI application for recovering encrypted .lsa image files from Xiaomi/Redmi devices.
- Bulk recovery of
.lsafiles - Automatic image type detection
- Simple GUI interface
- Supports JPG, PNG, GIF and BMP
- Recover hundreds of files at once
pip install -r requirements.txtpython lsa_recovery_app.pyLSA-Image-Recovery/
│
├── .gitignore
├── LICENSE
├── README.md
├── requirements.txt
├── lsa_recovery_app.py
│
└── screenshots/
├── home page.png
├── select folder.png
├── decryption result.png
└── output.png
This tool is intended for recovering your own backed-up images from Xiaomi/Redmi devices.
The decryption method was tested on files recovered from a Redmi 9 Power device. Compatibility with other Xiaomi/Redmi devices or MIUI versions may vary.
MIT License



