-
Concerning Encryption
Hi i just want to clarify things, i've seen a video " guru " about him updating item price of the npc
but my main concern is that he did run aescrypt to encrypt his files.
is it different from merge? is it not auto encrypted?
and i might be misunderstanding but does merge uhm... merge everything on its folder to compile it on the datasub 1 data sub 2 etc.. ??
-
Hi.
Merge is used to generate .res files for client side with files from serverside. Merge configuration file is "resource.txt" (in your resource folder), it tells what .res files the merge have to create and what resource files each .res files are containing.
.res files are encrypted but everyone know how to decrypt it.
AES is an algorithm used, in this case, to re-encrypt the .res files with a better encryption for more security.
-
AES can be dumped within minutes. Yes ita more.secure then just using the basic merge but you should look into something better then Aes lol.