Secure panel distribution
I'm almost through writing my photoshop panel and started thinking on how can I make sure my panel is secure and can't be stolen without payment.
To solve the latter part I am doing authentication and plan to use photoshop storage to store some secure fields. This is probably not the ultimate solution, but should scare off some of the impromptu-hackers.
The main problem I have now is that panel is still distributed as plain files with code and html. So technically anybody could modify them, read, learn about my secure variables and then make a "fix" to avoid authentication.
How can I ensure that my code is safe and users can't read it?
I can't distribute via Marketplace because most of my audience is on Photographer Plan that doesn't give access to Marketplace.
