Python Forum
Python Security - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python Security (/thread-41715.html)



Python Security - Cammuel - Mar-06-2024

Hello,

I am new to Python and have yet to scrape the surface of its nature and capabilities. I have some previous experience coding and would really love to use python to help me and my colleagues at work. The goal is to create a program that streamlines the process on applying email templates to our online email system. Ideally this would also allow us to post notes about the information we are sending to webpages that we use as well.

The creation of an email templates program in Python could be as simple or complicated as I want it to be, I just want to make sure that working with Python is secure. I realize that I probably sound ignorant to most of you, and the truth is, I am Cool .

If I create a program that allows me to write emails faster and maybe even post the templates/data to a webpage, is that in any way insecure security wise? Can people hack my information if I would be using packages like NiceGUI, or does posting data to an open Chrome tab cause insecurity in some way?

Thanks so much!


RE: Python Security - Larz60+ - Mar-06-2024

suggest you start by reading the following:

Python Security
and
Security Considerations