3d file encryption and decryption scheme

I would like to ask that I currently use the GLTF file format, which will eventually be downloaded to the mobile terminal, but I do not want to be used by others.Is there an encryption and decryption scheme?

Unfortunately no, once a file is downloaded to a computer the user is free to do whatever he wants with it.

You can try to make the job harder for people: see for eg Any way to make closed-source games? or Hide or block the download of source 3D object.

1 Like

Thank you very much for your reply. I use AES to encrypt the GLTF file, generate a. Wasm file, and finally use it in Babylon through secret key and internal resolution

1 Like