Hacker News new | ask | show | jobs
by vbezhenar 2561 days ago
What troubles? I recently started to use it, and so far I did not encounter any troubles. For me the killer feature of KeePass is that it allows me to safely use it without typing master password using -pw-enc command line argument. I hated to type my password every day over and over again with 1Password. Especially because I understand that it's very weak protection if someone already break in my computer.
2 comments

I reckon OP dislikes the need to have the whole Mono runtime to run one small-ish application. At least that's the reason I always preferred the native ports.
Ah, I'm Windows user, I didn't even know that you could run KeePass on non-Windows systems.
> without typing master password using -pw-enc command line argument

Process command lines are world-readable on various operating systems, so passing passwords over them is generally not a good idea.

It's not a clear text password. It's encrypted with Windows user credentials. If someone just steals it, it won't be useful by itself.