MCPcopy Create free account
hub / github.com/Datakitpage/Datakit /

Class

backend/api/src/postgres-proxy/utils/security.util.ts:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export class SecurityUtil {
18 private static readonly logger = new Logger(SecurityUtil.name);
19 private static readonly DEFAULT_ALGORITHM = 'aes-256-cbc';
20 private static readonly DEFAULT_ITERATIONS = 10000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected