06-22-2014, 05:43 PM
(Сообщение последний раз редактировалось: 06-23-2014, 05:00 PM japan_user.)
I'm japan AA Player.
I am sorry Russian and English are poor at me.
It writes in English using a translation engine.
It may be the already known information.
I found how to decrypt compact.sqlite3.
Step1.
Unpack game_pak(compact.sqlite3)
->ArcheAgePackTool
Step2.
create decrypted.data
->ConsoleApplication1.exe
Step3.
add compact.sqlite3 head 16byte zero
Step4
decrypt compact.sqlite3(with head16bytezero)
aes 128 cbc,padding none,key&iv=decrypted.data
Step5
remove head16byte from decrypt result
->decrypted.sqlite3
The file of sqlite3 which can be read was able to be acquired in the above-mentioned way.
Japanese client
PS.
ArcheAgePackTool、AA-CDB、archeagedatabase.net is very useful.
thank you.
Добавлено через 23 часа 17 минут
Sample Code
http://pastebin.com/igpRzRVA
I am sorry Russian and English are poor at me.
It writes in English using a translation engine.
It may be the already known information.
I found how to decrypt compact.sqlite3.
Step1.
Unpack game_pak(compact.sqlite3)
->ArcheAgePackTool
Step2.
create decrypted.data
->ConsoleApplication1.exe
Step3.
add compact.sqlite3 head 16byte zero
Step4
decrypt compact.sqlite3(with head16bytezero)
aes 128 cbc,padding none,key&iv=decrypted.data
Step5
remove head16byte from decrypt result
->decrypted.sqlite3
The file of sqlite3 which can be read was able to be acquired in the above-mentioned way.
Japanese client
PS.
ArcheAgePackTool、AA-CDB、archeagedatabase.net is very useful.
thank you.
Добавлено через 23 часа 17 минут
Sample Code
http://pastebin.com/igpRzRVA