MCPcopy
hub / github.com/adonisjs/core / LegacyConfig

Interface LegacyConfig

modules/encryption/drivers/legacy.ts:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected