Don't use a shared server. A dedicated server is not that expensive anyway and 'cheaper' than having to encrypt (and decrypt on the fly) your code.
On Mon, 13 Nov 2023 at 21:54, Om Khade <[email protected]> wrote: > I want to save my Django project on a shared server in encrypted format > and build a script that decrypts the Django project files in ram and start > the server so that code is not leaked or anyone is not able to tamper with > it. > > Is there a way to do this? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/d53bd68b-9a3d-4bb8-a56a-c2092808b903n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/d53bd68b-9a3d-4bb8-a56a-c2092808b903n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFKhtoQOiN4DxCNRCgR8sq3d6q5fs0WP1FbzWx%3D9kz8Gt-cj%2BQ%40mail.gmail.com.

