Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-with-antonio/nodebase
/ decrypt
Function
decrypt
src/lib/encryption.ts:6–6 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
4
5
export
const
encrypt = (text: string) => cryptr.encrypt(text);
6
export
const
decrypt = (text: string) => cryptr.decrypt(text);
Callers
3
geminiExecutor
Function · 0.90
anthropicExecutor
Function · 0.90
openAiExecutor
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected