Python Forum
How secure is the use of "secret" import?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How secure is the use of "secret" import?
#3
hi,

Users often recommend not including personal details directly within a Python script, for example, when you want to sign onto your email account from within a script. The recommendation is that you use a file often called secrets for example to store your login info and then use the import function to bring the data into the script..... thought this was common knowledge ?? or have I missed something??
Reply


Messages In This Thread
RE: How secure is the use of "secret" import? - by ejwjohn - Nov-07-2023, 11:42 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Best way to secure API key when sharing quarinteen 2 403 Jan-19-2024, 04:46 PM
Last Post: deanhystad
  Extract Httponly, Secure, domain and path from a cookie randeniyamohan 0 1,709 Jan-26-2020, 04:59 PM
Last Post: randeniyamohan
  Secure App Data Storage for Kivy Android App JonPC 1 2,487 Nov-08-2019, 03:42 PM
Last Post: luke

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020