MCPcopy 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

1import { describe, test, expect, beforeAll } from 'vitest';
2import { generateKeyPairSync } from 'node:crypto';
3import {
4 encryptWithPublicKey,

Callers

nothing calls this directly

Calls 9

encryptWithPublicKeyFunction · 0.90
decryptWithPrivateKeyFunction · 0.90
encryptWithSymmetricKeyFunction · 0.90
decryptWithSymmetricKeyFunction · 0.90
decryptSecretsFunction · 0.90
mergeEnvVarsWithSecretsFunction · 0.90
testFunction · 0.85
generateTestKeyPairFunction · 0.70
toStringMethod · 0.65

Tested by

no test coverage detected