<div dir="ltr">Hi everyone,<br><br>My company antei (<a href="https://antei.de">https://antei.de</a>) has developed a password manager for<br>our internal usage and we have decided to open source it. We drew a lot of<br>inspiration from the well established `password-store`.<br><br>It's build in Haskell and uses `darcs` for versioning the password store. We<br>have chosen `darcs` because of its powerful merging capabilities which turned<br>out to be useful for our use case.<br><br>Apart from that, we have implemented a trust system, that can be used to<br>transfer knowledge of a password to other people having access to the store, so<br>we do not have to rely on transmitting sensitive data via insecure channels<br>(<a href="https://sysadminotaur.devolutions.net/30-vault">https://sysadminotaur.devolutions.net/30-vault</a>).<br><br>Please note that `passveil` is in an early state and has only been tested and<br>used internally. We strongly believe in open source and making our tools<br>available to others and  are constantly working on improving our code and want<br>share our progress with everyone.<br><br>Check out: <a href="https://passveil.antei.de">https://passveil.antei.de</a> for more information.<br><br>Kind regards,<br>raichoo<br></div>