Edward Atkins
Edward Atkins

Reputation: 466

How do I keep certain variables hidden from the user in pynsist application?

I am currently using pynsist to package up a python application so that it can be installed on any Windows machine.

Is there any way I can keep certain variables or values hidden from the user? Currently the user can inspect and edit each python file in the application. This is fine for 99% of my application, but if for example I wanted the user to have access to files in a private S3 bucket of mine, would there be a way to connect using boto3, without exposing the access key and secret access key to the user?

Upvotes: 0

Views: 40

Answers (0)

Related Questions