John Klann
John Klann
Add the ability to support keepass versions 2.3x +. This would require: - [x] ability to choose between multiple binaries - [ ] configuration file support - [ ] potentially...
- `Update-KeePassEntry` - allow for null/empty values, where keepass supports - https://sourceforge.net/p/keepass/discussion/329220/thread/b7b0e685/
Opened from #167 Error : "Update-KeePassDatabaseConfiguration: The parameter set can not be resolved using the specified named parameters."
This needs researching and and testing to see if this is even feasible.
Add Support for Gettting, Setting, and Adding Custom Fields.
similar to how a sql mirror connection string would work, if first is not available then use secondary location. - possibly look into adding synchronizing from file like keepass ui...
This should only be done if it can be done securely. - check in library if there is already a method to do this. - if not find a way...
Functions like... - [ ] Get-KeePassDatabase - [ ] Set-KeePassDatabase - [x] New-KeePassDatabase - [ ] Remove-KeePassDatabase - [ ] Get-KeePassCompositeKey - [ ] Set-KeePassCompositeKey - [ ] New-KeePassCompositeKey -...
This needs to be looked into for viability. Current thoughts are: Passing the Connection Object should be a performance boost. Create it as a Module Variable? Add Handling for closing...
Function to backup KeePass Databases, and key files - [ ] Have Backup location in configuration file