Hi Dominik, I was hoping you would look at adding a small feature for plugin developers: Elevating the master seed of a database would allow plugins that wish to use that information easy access by using the PwDatabase.Open() with headers only as true. Other KeePass interoperable clients make use of this value, and it would be spectacular if plugins could do so as well so that they can provide feature parity with those other clients. Here's a patch from v2.55 that would accomplish this: KeePassLib/PwDatabase.cs...
Thanks so much, Dominik! Thanks for developing this great app ;)
How funny that memorable passphrases with random words is what you wanted, ozgur. I actually just happen to make such a plugin that I just posted about a moment ago. Give it a shot, if you'd like! https://sourceforge.net/p/keepass/discussion/329220/thread/3e2d80da26/
Hello all! I've long wanted a passphrase generator that uses wordlists and mutations to generate (hopefully) secure values. I admired the Diceware style generator built into Strongbox (an iOS/macOS KeePass compatible tool,) and decided to mimic their passphrase generation for myself. I wrote this because it's something I wanted, but I figured I would share it in hopes it's useful to others. Source: https://github.com/cmdwtf/KeePassDiceware Download: https://github.com/cmdwtf/KeePassDiceware/releases/tag/v1.0.0...
Hello! Long time listener, first time caller. I wanted to drop by with a feature request, but felt it's worth explaining my use case to see if there's a better way for me to do what I'm doing, or if it's something that would be better suited to a plugin. My Setup I have several machines that I use KeePass on (work, home, laptop, etc.) I currently use a single portable install of KeePass in an automatic cloud-sync'd folder (OneDrive.) This has the wonderful benefit of letting me keep my plugins up...
Yeah, I figured a full sync engine (especially one as elaborate and well-working as the DB's sync engine) is wildly out of scope. The "avoid running it in more than one place" is more or less along the lines of what I'm doing now, sorta. If I sit down at a machine I haven't since I'm pretty sure I updated something elsewhere and KeePass is running, I'll try to force-close the app before touching it so it doesn't have a chance to overwrite the config. I suppose that's why I was thinking of using something...
Hello! Long time listener, first time caller. I wanted to drop by with a feature request, but felt it's worth explaining my use case to see if there's a better way for me to do what I'm doing, or if it's something that would be better suited to a plugin. My Setup I have several machines that I use KeePass on (work, home, laptop, etc.) I currently use a single portable install of KeePass in an automatic cloud-sync'd folder (OneDrive.) This has the wonderful benefit of letting me keep my plugins up...