Earlier quoted context omitted.
> - lack of mobile apps has not been issue Why hasn't it been an issue? How do I access my passwords with Passbolt on my mobile device when I'm offline?
In our use case Passbolt is used for shared Company passwords. Seemingly these have are not used on mobile devices. Our company has an healthy work life balance and we don’t perform deployments, upgrades and maintenance outside office hours from our mobile devices. Passwords for personal Company accounts, like Active Directory & passbolt private key, we store in our private password manager. These accounts get disabl…
Passbolt: Self hostable, open source, password manager for teams
61–70 of 101 posts
Re: Passbolt: Self hostable, open source, password manager for teams
#62You just need git, ssh and pass ( https://www.passwordstore.org/ ), see https://fr.jeffprod.com/blog/2019/gerez-vos-mots-de-passe-av... (french)
Or https://github.com/gopasspw/gopass if you want something passwordstore compatible but with additional team features.
Re: Passbolt: Self hostable, open source, password manager for teams
#63Earlier quoted context omitted.
How does that work? If it's open source, I can get the source and run it for free, hell, I could even redistribute it for free. What's stopping me from doing this? I assumed it was that the non-free features were distributed under a proprietary license which comes with an invoice attached?
Well, the law and moral basically. What stops you from torrenting all your games and apps and not distributing them forward?
Re: Passbolt: Self hostable, open source, password manager for teams
#64Earlier quoted context omitted.
How does that work? If it's open source, I can get the source and run it for free, hell, I could even redistribute it for free. What's stopping me from doing this? I assumed it was that the non-free features were distributed under a proprietary license which comes with an invoice attached?
It's the same model than redhat, you buy a subscription, and the software checks if you have a valid subscription. Nothing is stopping you from modifying the source to remove that check, re-build and re-distribute for free (or for a fee) under another name. This allows community-driven projects like Centos or Fedora to exist. It's an ambitious business model, which doesn't prevent other to compete. The bet is compani…
Re: Passbolt: Self hostable, open source, password manager for teams
#65Earlier quoted context omitted.
In our use case Passbolt is used for shared Company passwords. Seemingly these have are not used on mobile devices. Our company has an healthy work life balance and we don’t perform deployments, upgrades and maintenance outside office hours from our mobile devices. Passwords for personal Company accounts, like Active Directory & passbolt private key, we store in our private password manager. These accounts get disabl…
I don't think you can dictate others' practices. They might as well want to deploy stuff from their mobiles.
Re: Passbolt: Self hostable, open source, password manager for teams
#66Earlier quoted context omitted.
I did a pretty thorough review of PassBolt a couple of years back when I was trying really hard to get a company to adopt it and give up their "we store our all of our passwords on a spreadsheet" approach. I don't have my notes any more, but off the top of my head, the big points in favor were: - Self-hostable. The tech guy in charge just resolutely would not use any hosted service, period. In his evaluation, trustin…
> - Built with PHP. Same guy was uncomfortable with Python, Node, and all that, and insisted that he be able to maintain and troubleshoot the codebase himself if necessary, so it had to be PHP. Now that's an interesting perspective, I don't think I've heard anyone consider PHP to be more secure than Python before.
If you heard anyone discuss language X being more secure than language Y, then I'm sorry - but that person has no clue what they're talking about.
PHP is as secure or insecure as Pythong / Ruby / Go / .
Hammer depends on the one holding the hammer.
Re: Passbolt: Self hostable, open source, password manager for teams
#67Re: Passbolt: Self hostable, open source, password manager for teams
#68Earlier quoted context omitted.
Password sharing is not a good idea, but sometimes or even often unavoidable.
I have the feeling that password sharing is only unavoidable in a company that doesn't care much about security. Any company that takes security seriously would, I suppose, have personal passwords as a strict requirement. They wouldn't use services that can't comply with this requirement.
One example would be an inter-company IPSec VPN PSK.
Re: Passbolt: Self hostable, open source, password manager for teams
#69pass[0] has been the best of everything so far. gpg based and easy to use with keyboard shortcuts. i like alternatives like htis, but pass is super barebones and highly available. [0]: https://www.passwordstore.org/
Although I always appreciate alternatives being given on HN, I don't see how this competes with Passbolt. There's no password sharing between groups of an organization, which is exactly what Passbuilt is built for. Personal password managers are great unless you want to share a list of passwords in a group within an organization.
Re: Passbolt: Self hostable, open source, password manager for teams
#70> Half of the code base is there to make sure the other half is behaving.