Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encrypt passwords #25

Open
schvabodka-man opened this issue Sep 24, 2017 · 6 comments
Open

Encrypt passwords #25

schvabodka-man opened this issue Sep 24, 2017 · 6 comments
Labels
C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal

Comments

@schvabodka-man
Copy link

Add possibility to encrypt your stuff. Using as is is very insecure

@jjok
Copy link

jjok commented Sep 25, 2017

Which stuff do you mean?

@schvabodka-man
Copy link
Author

Stuff in your mopidy config for scrobbler. You know, username and password for last.fm

@dz0ny
Copy link

dz0ny commented Sep 25, 2017

But those are not publicly accessible, they are secured under system security model. Only users with read access should be able to read them, that's why we recommend running under a different user.

The /etc/mopidy/mopidy.conf should have permission 600, in that case, owner of that file can read it and of course superuser.

https://docs.mopidy.com/en/latest/service/#running-as-a-service
https://en.wikipedia.org/wiki/File_system_permissions

@schvabodka-man
Copy link
Author

Yes, you can do chmod 600, but the're still in plain text format

@marsjaninzmarsa
Copy link

Duplicate of #1.

@jodal jodal added the C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal label Apr 1, 2018
@evamvid
Copy link

evamvid commented Sep 14, 2018

I've submitted PR #27, which does this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: A PR with an enhancement or an issue with an enhancement proposal
Projects
None yet
Development

No branches or pull requests

6 participants