MCPcopy
hub / github.com/gitify-app/gitify / encryptValue

Function encryptValue

src/renderer/utils/system/comms.ts:45–47  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

43 * @returns Promise resolving to the encrypted string.
44 */
45export async function encryptValue(value: string): Promise<string> {
46 return await window.gitify.encryptValue(value);
47}
48
49/**
50 * Decrypts a previously encrypted string using the native Electron decryption bridge.

Callers 3

addAccountFunction · 0.90
comms.test.tsFile · 0.90
AppProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected