Menu

Removing ALL passwords from KeePass

2017-05-24
2017-05-24
  • Andrew Ball

    Andrew Ball - 2017-05-24

    Hi,

    I'm trying to remove all passwords from KeePass and have tried the XML Replace function, trouble with this is that it requires you to spcify a string to replace.

    I want to replace all passwords with <null>.</null>

    How can I do this?

     
  • Dominik Reichl

    Dominik Reichl - 2017-05-24

    You can use XML Replace with the following settings:

    Select nodes: //Entry/String[Key='Password']/Value
    Action: Replace data
    Data: Inner text
    Find what: ^.*$
    Replace with: <null>
    Regular expressions: Activated

    Best regards,
    Dominik

     

Log in to post a comment.

MongoDB Logo MongoDB