Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
export
async
function
decrypt(value: string) {
47
const
encryptionKey =
await
getEncryptionKey()
48
return
AES.decrypt(value, encryptionKey).toString(enc.Utf8)
49
}
Callers
6
getSafeConfig
Method · 0.90
populateTable
Method · 0.90
populateTable
Method · 0.90
populateTable
Method · 0.90
populateTable
Method · 0.90
decryptLoginMethodConfig
Method · 0.90
Calls
1
getEncryptionKey
Function · 0.90
Tested by
no test coverage detected