| 26 | * encryption format using AES-256-CBC with HMAC SHA-256. |
| 27 | */ |
| 28 | export interface LegacyConfig { |
| 29 | key: string | Secret<string> |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Configuration for the Legacy encryption driver factory. |
nothing calls this directly
no outgoing calls
no test coverage detected