How to Encrypt Flyff Client? Res files

09/17/2021 16:58 lampaniboden1#1
Hello!

I have a question, how do i encrypt the flyff client and make all the folders in the client into .res files? without using AES encrypt.

For instance theese maps.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Is it possible to make all the files in the folders into .res files so the players can't see the files in the folders like all the private servers has?

Regards!
09/21/2021 05:40 bhengot#2
You can use AESCrypt to Encrypt your files :)
09/21/2021 05:43 netHoxInc#3
Quote:
Originally Posted by lampaniboden1 View Post
Hello!

I have a question, how do i encrypt the flyff client and make all the folders in the client into .res files? without using AES encrypt.
Quote:
Originally Posted by bhengot View Post
You can use AESCrypt to Encrypt your files :)
Made my day xD
09/21/2021 17:30 WaterIsSand#4
Quote:
Originally Posted by bhengot View Post
You can use AESCrypt to Encrypt your files :)
Firstly, using the released AES implementation isn't that wise unless you make a few modifications and for most of the custom encryption methods the keys are easily obtainable. No matter what the choice is if someone knows there way around, they'll still manage to unpack your resources - given enough time which beckons the question, is encrypting your files a good choice? Are you going to have paid models or custom models? If it's just resource changes and released model packs then I suggest not even trying to encrypt.

Anyway, OP, I also suggest checking some of the comments on encrypting game resources online as it's been talked about all over and multiple times whether or not it's good to do and some of the ideas on hiding keys and such. There's also many ways to do what you want to achieve and that's for "most people" to not access the internals of the .res files or the .o3d's themselves. Some going to be cheaper costing (more efficient) than the others.