Show HN: masterkey – secure interactive password manager using Go and NACL(github.com)
github.com
Show HN: masterkey – secure interactive password manager using Go and NACL
http://github.com/johnathanhowell/masterkey
11 comments
I'm always interested in seeing new open source password management solutions. Unfortunately being limited to user/pass/location is a deal-breaker for me. The only decent tool I've found that provides additional fields is KeePassX.
pass lets you add any field you want:
https://www.passwordstore.org/
And there's a GUI as well available, https://qtpass.org/
I agree unfortunately.
There is one web app that has this potential, Siptrackweb.
I've looked closely at the code and it clearly has potential to add attributes, or additional fields, to password nodes in its database. But right now it does not offer this feature for passwords, only for other types of nodes like devices and device categories.
There is one web app that has this potential, Siptrackweb.
I've looked closely at the code and it clearly has potential to add attributes, or additional fields, to password nodes in its database. But right now it does not offer this feature for passwords, only for other types of nodes like devices and device categories.
1Password allows for additional fields
[deleted]
Thanks for the feedback. I'll be adding support for additional fields soon.
If this is correct then I'm not sure if it's best approach. My understanding is that in for example keepass there is a separate random key that is used to encrypt the data, and then this key is encrypted using whatever method user uses.