On 20/11/2023 12.02, Om Khade wrote:
Hey Kasper,
We have a method to securely distribute the key for decryption in a way
that the client won't be able to use it for decryption on his own but to
run the Django project we will have to decrypt the code at some
location, I want to make it hard fo
Hey Kasper,
We have a method to securely distribute the key for decryption in a way
that the client won't be able to use it for decryption on his own but to
run the Django project we will have to decrypt the code at some location, I
want to make it hard for anyone to access it during this trans
On 20/11/2023 07.25, Om Khade wrote:
Is there a way to decrypt the code in memory or run the Django project
from the encrypted code without exposing the decrypted code to the client?
No, of course there isn't.
In order to decrypt the data the client needs the key. You can try to
obscure it
Is there a way to decrypt the code in memory or run the Django project from
the encrypted code without exposing the decrypted code to the client?
On Wednesday, 15 November, 2023 at 3:38:39 am UTC+5:30 Om Khade wrote:
> Thank you Ahmed for such a detailed information, yes we have a licensing
> s
Thank you Ahmed for such a detailed information, yes we have a licensing
server for managing the encryption keys and licence keys.
I tried to find some resources regarding singing the code but couldn't find
any available resources. Do you have any references that could be used.
On Tue, 14 Nov, 2
Obfuscation can make the code less readable, but it won't provide strong
security. There are Python tools like *pyobfuscate *that can be used for
this purpose. However, keep in mind that this is not encryption, and
determined attackers can still reverse engineer obfuscated code.
While you can e
I want to sell my Django product on a subscription basis to the client and
set up the server on their server while ensuring that the code is not
tampered with. For this I need a way to save the Django project in an
encrypted format and Decrypt the files in RAM using a password that the
client c
7 matches
Mail list logo