User Activity

  • Posted a comment on discussion Help on KeePass

    Or you could use my plugin for exactly this task: https://github.com/JanisEst/KeePassBrowserImporter

  • Modified a comment on discussion Open Discussion on KeePass

    In KeePass 2.41 the new Plugin.GetMenuItem method was introduced. One of my plugins (KeePassQRCodeView) adds an item to the entry context menu to show all available fields of the entry as a QR code. To determine which fields are available I added a handler to the ContextMenu Opening event. In the event I enumerated all entry fields with values and added the needed context menu sub-items. Now there are two menus where I need to add handler and I don't like to do that. @Dominik: Could you provide a...

  • Posted a comment on discussion Open Discussion on KeePass

    In KeePass 2.41 the new Plugin.GetMenuItem method was introduced. One of my plugins (KeePassQRCodeView) adds an item to the entry context menu to show all available fields of the entry as a QR code. To determine which fields are available I added a handler to the ContextMenu Opening event. In the event I enumerated all entry fields with values and added the needed context menu sub-items. Now there are two menus where I need to add handler and I don't like to do that. @Dominik: Could you provide a...

  • Posted a comment on discussion Open Discussion on KeePass

    Yeah, discovered the same define problem (C++ is more powerfull there). I have implemented both version with reflection now. So I can publish it now and revert to native code when KeePass 2.40 gets released. You should notify the authors of KeeAgent, KeePassRPC (Kee) and KPEntryTemplates too. All three plugins fail to compile with the new version.

  • Posted a comment on discussion Open Discussion on KeePass

    Thank you for the info. Is there a way to target multiple versions of KeePass? If I add this fix the plugin doesn't work on KeePass <2.39. A clean solution could be a defined constant with the KeePass version number in the plugin compiler. Then I could use #if to select the correct code. The other ways would be reflection but I don't really want to go this ways.

  • Posted a comment on discussion Open Discussion on KeePass

    If you want to use the "length of password" feature you don't need to create the QuickUnlock entry. If the entry is present it is always used. And because you have set your full password there you would need to type the full password to quick unlock the database. You can (and should) use the QuickUnlock entry and there you can specify the first/last x characters of your password (or just an other password).

  • Posted a comment on discussion Open Discussion on KeePass

    I don't think there is a memory limit (the files are saved in .NET byte arrays, so the maximum size is int.Max = ~2GB). If you kill the process while it creates a file you can be sure the file is corrupt...

  • Posted a comment on discussion Open Discussion on KeePass

    Hi, I created a new plugin which can test a password against the Have I Been Pwned database. This can be used to prevent the use of weak (master) passwords. For entries you should always let KeePass generate a safe password for you! The plugin hooks into two windows in KeePass (the 'Create Composite Master Key' form and the 'Edit Entry' form). When you type in the password field your input gets checked if it has previously appeared in a data breach. You can get here more informations about how the...

View All

Personal Data

Username:
oshkn4ck3r
Joined:
2016-01-18 16:33:08
Web Site:
  1. https://github.com/JanisEst

Projects

  • No projects to display.

Personal Tools