MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / generateEncryptKey

Function generateEncryptKey

packages/server/src/utils/index.ts:1661–1663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1659 * @returns {string}
1660 */
1661export const generateEncryptKey = (): string => {
1662 return randomBytes(24).toString('base64')
1663}
1664
1665/**
1666 * Returns the directory where auth secrets are stored (same as encryption key directory).

Callers 1

getEncryptionKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected