docs: explain automatic legacy vault migration

This commit is contained in:
thePR0M3TH3AN
2025-07-12 22:31:30 -04:00
parent 6391654b3e
commit 865149826e
2 changed files with 20 additions and 0 deletions

View File

@@ -209,6 +209,13 @@ The encrypted index file `seedpass_entries_db.json.enc` begins with `schema_vers
}
```
> **Note**
>
> Opening a vault created by older versions automatically converts the legacy
> `seedpass_passwords_db.json.enc` (Fernet) to AES-GCM as
> `seedpass_entries_db.json.enc`. The original file is kept with a `.fernet`
> extension.
## Usage
After successfully installing the dependencies, install the package with: