MCPcopy
hub / github.com/simstudioai/sim / encryption.test.ts

File encryption.test.ts

packages/security/src/encryption.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { randomBytes } from 'node:crypto'
2import { describe, expect, it } from 'vitest'
3import { decrypt, encrypt } from './encryption'
4

Callers

nothing calls this directly

Calls 3

encryptFunction · 0.90
decryptFunction · 0.90
joinMethod · 0.80

Tested by

no test coverage detected