Warthog 0 Report post Posted February 12 I want to encrypt my binary files to protect them from unauthorized access and modification. The goal is to ensure that only the client can decrypt and read the files while preventing unauthorized users from accessing or altering their contents. Quote Share this post Link to post Share on other sites
champ 173 Report post Posted February 13 Why encrypt them? What does it change if users can decrypt them? either way can be reverse engineered as your client gotta have to decrypt them one way or another. Quote Share this post Link to post Share on other sites
Warthog 0 Report post Posted February 14 To make the server anti-tweak and prevent people from creating custom tweaks, encrypting bin files can help protect them from unauthorized access or modification. However, you’re right—if the client can decrypt them, a skilled attacker might still find a way to bypass security. Still, encryption adds an extra layer of protection, making it more difficult for users to modify the files. Quote Share this post Link to post Share on other sites
squaller 22 Report post Posted February 18 by this way just some users (can be entire guild) gets benefits of using tweaks. this is fair ? Quote Share this post Link to post Share on other sites