Thread: DiskSpan GUI
View Single Post
  #12  
Old 14-01-2023, 04:20
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
@César

In xtool ue4 plugin, you have to add 0x before the key, otherwise decryption does not work.

Example
Code:
xtool:c128mb:mreflate:d1:mue4,k0x6005F03B0D2DABCD75892C80958FFB00CBA5437AD37EB4BFCD5960FFE0C4E12D

Compressed 1 file, 552,580,759 => 995,427,776 bytes. Ratio 180.14%
Compression time: cpu 0.23 sec/real 14.92 sec = 2%. Speed 37.04 mB/s
All OK
Code:
xtool:c128mb:mreflate:d1:mue4,k6005F03B0D2DABCD75892C80958FFB00CBA5437AD37EB4BFCD5960FFE0C4E12D

Compressed 1 file, 552,580,759 => 552,581,284 bytes. Ratio 100.00%
Compression time: cpu 0.20 sec/real 4.74 sec = 4%. Speed 116.58 mB/s
All OK
0x will not be added if you choose the key from the drop down list.
As far as I know xtool doesn't need to use 0x after :k... 0x is only needed for ue4dt:k0x...
Reply With Quote