Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

password is stored in plaintext #24

Open
MasseGuillaume opened this issue Apr 1, 2015 · 3 comments
Open

password is stored in plaintext #24

MasseGuillaume opened this issue Apr 1, 2015 · 3 comments

Comments

@MasseGuillaume
Copy link

No description provided.

@ngotchac
Copy link

ngotchac commented Jul 9, 2015

+1 !

I tried to counter this issue in a PR to jira-connector : floralvikings/jira-connector#6

The idea would be to use a Cookie Jar File (a simple JSON), so the password is only asked once (BTW, the input should be hidden) and then just a cookie is stored.

@bsergean
Copy link

bsergean commented Jan 7, 2016

+1 as well. Storing the password in the keychain should be quite easy, I'll see if I can create a pull-request for that. Looks like there's a node package that does this and which is pretty easy to use ->

https://www.npmjs.com/package/keychain

@rcorre
Copy link

rcorre commented Feb 14, 2017

What about just having a passcmd field in the JSON which executes a shell command to retrieve the password? For example, if you use pass, you could have "passcmd": "pass my-jira-password".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants