MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / decrypt

Function decrypt

packages/server/src/enterprise/utils/encryption.util.ts:46–49  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

44}
45
46export async function decrypt(value: string) {
47 const encryptionKey = await getEncryptionKey()
48 return AES.decrypt(value, encryptionKey).toString(enc.Utf8)
49}

Callers 6

getSafeConfigMethod · 0.90
populateTableMethod · 0.90
populateTableMethod · 0.90
populateTableMethod · 0.90
populateTableMethod · 0.90

Calls 1

getEncryptionKeyFunction · 0.90

Tested by

no test coverage detected