Secure Vault Secure encrypted secrets storage with local key file protection. Inspired by ZeroClaw's encrypted secrets with XOR + local key file. Setup No additional setup required. Generates encryption key on first use. Usage Store a Secret Retrieve a Secret List All Secrets Delete a Secret Export Secrets (Encrypted) Import Secrets Options | Option | Description | Default | |--------|-------------|---------| | | Secret name/identifier | Required for set/get/delete | | | Secret value | - | | | File path for import/export | - | | | Output file path | - | | | External encryption key (optional)…