V
V
VladikP2019-05-06 14:20:06
linux
VladikP, 2019-05-06 14:20:06

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

3 answer(s)
F
Fixid, 2019-05-06
@Fixid

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

P
pfg21, 2019-05-06
@pfg21

compile to executable?? it will be harder to reverse it.
nuitka cython, etc.

A
Alexander, 2019-05-06
@NeiroNx

Don't use Python.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question