Is there any method to secure onnx file on app side?

199 views Asked by At

I am using onnx file on mobile app. but I am wondering how to secure my onnx file on the app. Is there any way to secure onnx file on mobile app?

I have tried to encrypt onnx and and decrypt if model needed to use. but this method is not secure as well because it can decoded as correct onnx content before usage.

0

There are 0 answers