How to encrypt my ".uasset" and ".umap", make they protect in the release?

How to encrypt my “.uasset” and “.umap”, make they protect in the release?

,

You’re going to want to set up an AES_KEY or use encrypt through UnrealPak. Please review the following posts:

  • [AnswerHub: AES_KEY][1]
  • [AnswerHub: How to Encrypt][2]

UE-27348 is still in our system and it’s not resolved yet. It’s a bug based on UnrealPak.exe allowing the extraction of full projects, including shipping builds

Thanks!

FAES::DecryptData function is encrypting data instead of decrypting - Programming & Scripting - Epic Developer Community Forums
[2]: How to encrypt .PAK or package file? - Programming & Scripting - Epic Developer Community Forums