Can Source code be saved and read securely with HTTP service?

Is there a safe place to put lua code that can only be accessed with a key on the internet? Pastebin and Github sources could be leaked so I am not aware of any other safe places.

Are there any alternatives?

The point is so I can update my Plugin’s source automatically to the newest without the User needing to update it manually.

To do this you would need a key to access it, which would have to be placed in your plugins source code, which is stored in plaintext.

I don’t know why you would care if your plugins source gets read, but it is impossible to prevent it.

1 Like