Python desktop application: storing cloud database passwords

I am currently building a Python desktop application in PyQt/PySide which will be compiled to .exe. I am planning to use the Azure SQL database and a remote file storage (like S3).
An issue arises that the application needs passwords (cred… Continue reading Python desktop application: storing cloud database passwords

What is needed for decently secure multi desktop user system where the users have access to input devices, but not to the machine itself?

Assuming the OS is some GNU+Linux distribution,
What is needed to secure such a setup. Are there some things that assume that if you have access to the things described, you own the system? Or anything else? Is such a setup feasible?
The s… Continue reading What is needed for decently secure multi desktop user system where the users have access to input devices, but not to the machine itself?