arturo182 / lectronizer

A client for the lectronz.com maker marketplace.
MIT License
12 stars 1 forks source link

Password-protect the API key #10

Open arturo182 opened 2 years ago

arturo182 commented 2 years ago

Add an option for the user to provide a password that is used to encrypt and decrypt the API key in the settings. Can also have the password stored as a salted hash in the settings to verify when it's entered on start that it's correct.