Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cv-Keep/cvkeep-backend
/ decText
Function
decText
functions/encryption.js:59–61 ·
view source on GitHub ↗
(hash)
Source
from the content-addressed store, hash-verified
57
},
58
59
decText(hash) {
60
return
new
Cryptr(secret).decrypt(hash);
61
},
62
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected