Encrypting 3D object files
-
Hi, I need to encrypt and decrypt the 3D object files using Qt. The extension of the 3D file is 'obj'.
It would be helpful if anyone shares their idea.
Thanks in advance :)
-
Hi, I need to encrypt and decrypt the 3D object files using Qt. The extension of the 3D file is 'obj'.
It would be helpful if anyone shares their idea.
Thanks in advance :)
@dhanush_11 Qt does not provide encryption/decryption. You will need to use a third party lib like OpenSSL.
-
Hi, I need to encrypt and decrypt the 3D object files using Qt. The extension of the 3D file is 'obj'.
It would be helpful if anyone shares their idea.
Thanks in advance :)
@dhanush_11 said in Encrypting 3D object files:
The extension of the 3D file is 'obj'.
Be aware that encryption/decryption of such files shouldn't be different from encrypting/decrypting any other file format/extension.