Encrypt

2/1/2024 - 2:44:28 AM

Encrypt

Constructors

Methods

  • Encrypt the conversation name using the conversation encryption key.

    Parameters

    • param0: { key: string; name: string }

    Returns Promise<string>

    2/6/2024 - 3:03:45 AM

  • Encrypt a chat message using the conversation encryption key.

    Parameters

    • param0: { key: string; message: string }

    Returns Promise<string>

    2/6/2024 - 3:01:09 AM

  • Parameters

    • __namedParameters: {
          inputFile: string;
          key: string;
          outputFile?: string;
          version?: FileEncryptionVersion;
      }

    Returns Promise<string>

  • Encrypt metadata using the user's DEK or a provided key.

    Parameters

    Returns Promise<string>

  • Encrypts metadata using a public key.

    Parameters

    • param0: { metadata: string; publicKey: string }

    Returns Promise<string>

  • Encrypt note content using the note's encryption key.

    Parameters

    • param0: { content: string; key: string }

    Returns Promise<string>

    2/6/2024 - 3:02:23 AM

  • Encrypt the note's preview using the note's encryption key.

    Parameters

    • param0: { key: string; preview: string }

    Returns Promise<string>

    2/6/2024 - 3:02:56 AM

  • Encrypt a tag's name using the given key.

    Parameters

    • param0: { key?: string; name: string }

    Returns Promise<string>

    2/20/2024 - 3:21:12 AM

  • Encrypt the note's title using the note's encryption key.

    Parameters

    • param0: { key: string; title: string }

    Returns Promise<string>

    2/6/2024 - 3:02:44 AM

MMNEPVFCICPMFPCPTTAAATR