MCPcopy 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
5export const encrypt = (text: string) => cryptr.encrypt(text);
6export const decrypt = (text: string) => cryptr.decrypt(text);

Callers 3

geminiExecutorFunction · 0.90
anthropicExecutorFunction · 0.90
openAiExecutorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected