"A light-weight password manager with a focus on simplicity and security" Simplicity? Written in C++?
Show HN: SpicyPass – A free and open-source minimalist password manager
41–50 of 113 posts
Re: Show HN: SpicyPass – A free and open-source minimalist password manager
#42"A light-weight password manager with a focus on simplicity and security" Simplicity? Written in C++?
Re: Show HN: SpicyPass – A free and open-source minimalist password manager
#43Earlier quoted context omitted.
If I have a keyboard, then for a relatively small dataset, such as my saved passwords, I prefer a text file over any database. Lookup workflow: decrypt file (with, say, gpg), find what I want (with, say, grep), delete decrypted file. (Not safe if you don't use disk encryption!) Update workflow: decrypt file, edit file, encrypt file, commit encrypted file to local git repo, git push to backup storage.
That sounds like a lot of work... I am entering passwords on websites 10-30 times a day... that would add up.
Re: Show HN: SpicyPass – A free and open-source minimalist password manager
#44Re: Show HN: SpicyPass – A free and open-source minimalist password manager
#45How would this compare with pass[1], the "standard UNIX password manager"? Is it simply that SpicyPass uses newer cryptography than pass? Pass uses gpg along with the filesystem and git, so it is lightweight, and super-easy to backup offsite, as long as you guard your gpg keys separately. For those who want a GUI, QtPass[2] provides a simple GUI while using pass in the background. [1] https://www.passwordstore.org/ […
Re: Show HN: SpicyPass – A free and open-source minimalist password manager
#46edit: they do!
Re: Show HN: SpicyPass – A free and open-source minimalist password manager
#47Re: Show HN: SpicyPass – A free and open-source minimalist password manager
#48How would this compare with pass[1], the "standard UNIX password manager"? Is it simply that SpicyPass uses newer cryptography than pass? Pass uses gpg along with the filesystem and git, so it is lightweight, and super-easy to backup offsite, as long as you guard your gpg keys separately. For those who want a GUI, QtPass[2] provides a simple GUI while using pass in the background. [1] https://www.passwordstore.org/ […
I'm pretty satisfied with the minimalism of pass, and thought of asking this question. The documentation is also pretty good.
[0]: https://github.com/dylanaraps/pash
[1]: https://git.sr.ht/~seirdy/dotfiles/tree/master/.config/shell...
Re: Show HN: SpicyPass – A free and open-source minimalist password manager
#49On a lighter note, this would have made a great name for a kitchen spices subscription. 20g garam masala delivered to your doorstep every week. Lol.
Re: Show HN: SpicyPass – A free and open-source minimalist password manager
#50This is really cool, thanks for sharing! I personally use Bitwarden, also because it's free and open source software, and because the cloud managed option is $10 / year. I've found the GUI to be very well-made for a heavy keyboard user like me. I also second a curses-based terminal interface for password management, I think it'll be really useful!