maxlath / wikibase-cli

read and edit a Wikibase instance from the command line
MIT License
226 stars 24 forks source link

Passwords are being stored in clear text #45

Open almereyda opened 6 years ago

almereyda commented 6 years ago

Coming from the discussion in #44, we have discovered that credential storage is leaking private credentials where unneccessary. A possibility to circumvent that could be a command switch to launch an interactive REPL to query for the password during runtime, instead of leaving it as plain text in the file system.

Where in

https://github.com/maxlath/wikidata-cli/commit/ce7737a12e3764f7421628bb41c5443d33cbaaab

we ask ourselves to find a better way to do this, #25 offers a possible implementation route.

maxlath commented 6 years ago

as I see it:

maxlath commented 4 years ago

OAuth authentification is now possible (and recommanded!) in wikibase-cli >= v8 \o/ see config documentation