Feature #899
Store password in system keyring (via libsecret)
Status: | New | Start: | 11/03/2013 | |
Priority: | Normal | Due date: | ||
Assigned to: | - | % Done: | 0% |
|
Category: | Frontend GNOME | |||
Target version: | - | |||
Complexity: | ||||
Votes: | 1 (View) |
Description
Hello, please store the passwords in the system keyring using the cross-platform libsecret.
I am not sure if there is a C# library for libsecret, but you could use the secret-tool
program as a subprocess to do the work for you.
Something like
secret-tool store --label="Smuxi password" protocol IRC network irc.freenode.net account infinity0 secret-tool lookup protocol IRC network irc.freenode.net account infinity0
History
Updated by Mirco Bauer 4035 days ago
- Tracker changed from Bug to Feature
Updated by Mirco Bauer 4035 days ago
- Category set to Frontend GNOME
If the API of libsecret is simple enough it can be p/invoked directly from Smuxi. But using and shipping this library on Mac and Windows will be troublesome. Also this probalby only makes sense for standalone frontends (local engines).
Updated by Mirco Bauer 3983 days ago
- Subject changed from Store password in system keyring to Store password in system keyring (via libsecret)