KeeParanoia Code
Enforce in-memory protection for KeePass
Status: Alpha
Brought to you by:
alexvallat
File | Date | Author | Commit |
---|---|---|---|
KeeParanoia | 2021-01-30 |
![]() |
[4412cf] v0.2 |
Releases | 2021-01-30 |
![]() |
[4412cf] v0.2 |
.gitignore | 2021-01-30 |
![]() |
[4412cf] v0.2 |
CreatePlgX.bat | 2021-01-27 |
![]() |
[8c7938] v0.1 - Initial Release |
PlgXExclude.txt | 2021-01-27 |
![]() |
[8c7938] v0.1 - Initial Release |
Readme.txt | 2021-01-30 |
![]() |
[4412cf] v0.2 |
KeeParanoia ===================== http://sourceforge.net/projects/keeparanoia This is a plugin to KeePass <http://www.KeePass.info> to force all fields, notes and file attachments to use in-memory protection <https://keepass.info/help/base/security.html#secmemprot>. It should be regarded as highly experimental Installation ------------ Place KeeParanoia.plgx in your KeePass Plugins folder. Usage ----- First, and I cannot stress this strongly enough, *** FIRST BACKUP YOUR DATABASE *** This plugin will make irrevocable and barely tested changes to your database, you will absolutely want to have a backup copy to revert to in case of emergency. Once the plugin is installed, open Database Settigns and select the new "In-Memory Protection" tab. From there, select the data that you would like to be in-memory protected. The next time you save your database it will enable in-memory protection for the data you have selected. As the values will previously have been in memory without protection, this will only have any effect after restarting KeePass. New fields and new attachments will not be in-memory protected until the database is saved, but then they would be in memory from being created anyway. In memory protection is only effective for values loaded from the database and not used. Uninstallation -------------- Delete KeeParanoia.plgx from your KeePass Plugins folder. Note that this will not remove in-memory protection from any fields or attachments that have previously been added, it will only prevent it from setting it on new ones. Checking for updates -------------------- If you want to use the KeePass Check for Updates function to check for updates to this plugin then it requires the SourceForgeUpdateChecker plugin to be installed too: http://sourceforge.net/projects/kpsfupdatechecker Bug Reporting, Questions, Comments, Feedback -------------------------------------------- Please use the SourceForge project page: <http://sourceforge.net/projects/keeparanoia> Bugs can be reported using the issue tracker, for anything else, a discussion forum is available. Changelog --------- v0.2 * Added options UI v0.1 * Initial release