Store user credentials safely
Hi, everyone.
I'm using urllib requests to fetch data from a website. The thing is the user needs to be logged in. The method works, but I am concerned about safety.
I don't want to write it to a json file as plain text. How can I securely get user credentials and store it using calibre plugin api?
|