MCPcopy Create free account
hub / github.com/027xiguapi/code-box / getEncryptedString

Method getEncryptedString

utils/encryption.ts:4–4  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

2
3export interface EncryptionInterface {
4 getEncryptedString(data: string): string
5 decryptSecretString(secret: string): string | null
6 decryptEncSecret(entry: any): any | null
7 getEncryptionStatus(): boolean

Callers

nothing calls this directly

Implementers 1

Encryptionutils/encryption.ts

Calls

no outgoing calls

Tested by

no test coverage detected