my team and I have spent a long time developing a product. Unfortunately, due to the AI features we've implemented, we are constrained to using Python. We've been considering various strategies to deliver our code to clients with security in mind, such as Cython and obfuscation, but these methods are not entirely secure.Recently, we've been contemplating the idea of customizing the interpreter to add a decryption layer to the source code before running it. We realize this might seem like a crazy idea, but we're hoping someone in the community can provide insights or suggest alternative approaches.Any help or suggestions would be greatly appreciated. Thank you!
↧