ChristopherNugent / Locksmith

A simple password generator applet for elementary OS
GNU General Public License v3.0
6 stars 4 forks source link

Feature request: store passwords with optional nickname #16

Closed rugglcon closed 5 years ago

rugglcon commented 5 years ago

This is a great native password generator, but it would be great if you could save those passwords to disk with an optional nickname. If you would like this feature implemented, I could look at it in a couple weeks when I'm done with school (for good, thank god).

Let me know what you think, and if you have any ideas on what exactly you would want for this.

ChristopherNugent commented 5 years ago

I know the feeling, I'm almost done with my degree as well.

For saving to disk, were you thinking just something like a dump to a text file or interfacing with something like a keychain?

rugglcon commented 5 years ago

The keychain probably makes more sense since it's made for elementary, although it could also use a sqlite db pretty easily.

ChristopherNugent commented 5 years ago

I'd rather not take the responsibility of managing people's passwords, at least not within the context of Locksmith. I'll look into adding it to the keychain, but I think it needs a good elementary specific GUI first.

In the interim, I'm planning to add a "Copy to Clipboard" button which should help smooth usage a little bit.

ChristopherNugent commented 5 years ago

@rugglcon I think it may be useful to build an elementary specific keychain GUI, if you're interested I could use some help on that.