samsung-firmware-magic icon indicating copy to clipboard operation
samsung-firmware-magic copied to clipboard

Tool for decrypting the firmware files for Samsung SSDs

Results 7 samsung-firmware-magic issues
Sort by recently updated
recently updated
newest added

Hello, pardon my ignorance, but is it possible to flash the extracted firmware using some common tool like `fwupd`? Do you know any other software to flash the firmware, not...

Trying to decode the DSRD.enc and firmware file from Samsung_SSD_960_EVO_3B7QCXE7.iso didn't work for me. Output was just garbage, not XML or a zip file for the DSRD and firmware, respectively....

Hello, sorry for my ignorance on the developer side of things, but by chance how can I re-encode the firmware after updating the DSRD with ANY so I can push...

Hello, I;ve tried to decode firmware for SSD EVO 860 but didn't manage to do so, could you please help? Here is the reproducible script: ```$ cat test.sh #!/bin/env bash...

file: Samsung_SSD_850_EVO_EMT02B6Q_Win.iso ``` $ python3 ~/samsung-magic.py DSRD.xml Traceback (most recent call last): File "/home/zibri/samsung-magic.py", line 51, in aes = AES.new(key, AES.MODE_ECB) File "/home/zibri/.local/lib/python3.10/site-packages/Crypto/Cipher/AES.py", line 95, in new return AESCipher(key, *args,...

I have ported this to C. Now, we are utilizing the Windows Crypto API, however it fails to import key. Win32 console application. If anyone knows how to resolve this,...

If anyone is interested: https://github.com/Zibri/Samsung-SSD-Firmware-Decrypt Decrypts automatically the FW of all SSD models.