Encrypt stl

Hello,
I have a doubt, I have a database with stls you can use in the software and select them and the vtk reads the stl. But everybody that has the software, can copy the stls. Is there something in vtk, to encrypt it to read it and write it but encrypted?.

Thank you

VTK has no encryption layer in it. Some other layers would need to be added somewhere (given VTK’s penchant for reading directly from files, an encrypted filesystem is probably the easiest way).

Thanks so I imagine that the vtkSTLReader class must be changed to read encripted files. And compile the vtk again. Thank you very much