Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kilo-Org/cloud
/ encryption.test.ts
File
encryption.test.ts
packages/encryption/src/encryption.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, beforeAll } from
'vitest'
;
2
import
{ generateKeyPairSync } from
'node:crypto'
;
3
import
{
4
encryptWithPublicKey,
Callers
nothing calls this directly
Calls
9
encryptWithPublicKey
Function · 0.90
decryptWithPrivateKey
Function · 0.90
encryptWithSymmetricKey
Function · 0.90
decryptWithSymmetricKey
Function · 0.90
decryptSecrets
Function · 0.90
mergeEnvVarsWithSecrets
Function · 0.90
test
Function · 0.85
generateTestKeyPair
Function · 0.70
toString
Method · 0.65
Tested by
no test coverage detected