Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Port to Windows #1

Merged
merged 7 commits into from
Oct 20, 2013
Merged

Port to Windows #1

merged 7 commits into from
Oct 20, 2013

Conversation

zcbenz
Copy link
Contributor

@zcbenz zcbenz commented Oct 16, 2013

In Windows there is no global key store like OS X's keychain and Linux's gnome keyring, so we emulated the behavior on Windows by storing encrypted passwords in files, and made sure only user with the same logon credential as the user who encrypted the passwords can decrypt the passwords.

zcbenz added a commit that referenced this pull request Oct 20, 2013
@zcbenz zcbenz merged commit 3484f64 into master Oct 20, 2013
@zcbenz zcbenz deleted the windows branch October 20, 2013 01:45
@anaisbetts
Copy link
Contributor

Hm, if you're feeling up to it, a better way to do this is via Credential Vault (http://stackoverflow.com/questions/9221245/how-do-i-store-and-retrieve-credentials-from-the-windows-vault-credential-manage): the main advantage to this is that on Windows 8 and Windows 8.1, the user's passwords get synced between computers, which is pretty cool. Not a big priority of course.

@zcbenz
Copy link
Contributor Author

zcbenz commented Oct 20, 2013

The Credential Vault seems great, thanks for letting me know it!

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

Successfully merging this pull request may close these issues.

2 participants