Keeping your server private

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 6, 2012
Messages
6
Reaction score
0
Hello, I am new to Flyff server development and I was wondering how I can secure all of my server files so other people won't steal them from my server? Someone told me encryption but I am not quite sure how it works.
Would be great if you point me in the right direction.
 
Hello, I am new to Flyff server development and I was wondering how I can secure all of my server files so other people won't steal them from my server? Someone told me encryption but I am not quite sure how it works.
Would be great if you point me in the right direction.
You would need a flyff source and create the new decryption method. file.cpp/h for example. Also you would require some modifications in reading priorities of server executable. It is kinda useless work to do and it would also increase loading speed of the server executable.Also if you'll protect dedicated well enough, than you will be fine and no one will get your server files. Only thing I would care about is the encryption of the client.

Encrypt the files is the best way to secure them. But first off all why would you encrypt files that 're already released? or are you going to add your own things to a source? The most people who encrypt their files, are paying peoples.
If Hells bought the encryption code doesn't mean MOST people pay developers(source developers). Smart once are doing everything on their own.
 
Status
Not open for further replies.
Back