Answer the question
In order to leave comments, you need to log in
How to restrict access to files in linux (raspberry pi)?
There are python scripts that work under the control of raspberry pi, orange pi pc (mini computers with autoload from sd card).
Since the hardware works on the customer's side, I want to protect the code from outside interference (to eliminate the desire for self-tuning from the client or copy / theft).
What are the best methods to use for this?
Answer the question
In order to leave comments, you need to log in
Encrypt flash drive. And it's better just not to store the code on it.
Python scripts are very difficult to securely hide.
The maximum that can be done is to use cython + .pyd
compile to executable?? it will be harder to reverse it.
nuitka cython, etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question