KeePass Secret Management Extension
This is a simple proof-of-concept using a modified version of PoshKeePass to allow for cross platform usage.
Quick Start
- Create a keepass database with a master password
Install-Module SecretManagement.KeePass
- Run the following command:
Register-SecretVault -Name 'testVault' -ModuleName 'SecretManagement.Keepass' -VaultParameters @{ Path = "path/to/my/vault.kdbx" }
- List and create secrets as normal