i want to create a desktop application that will take an input (email and password) and store it for later use in my tkinter app. How can i store this data in a secure way on the user's end so on their laptop locally where i can access it every time the user opens the application it will auto sign them in. i don't want to create a server on my end or make a website or a database.
i just want to store the data locally with python and have access to it in a secure way.
thx in advanced :)