Function encryptContent

  • Name

    encryptContent

    Summary

    Encrypts a content (string).

    See

    Learn more about encryption here.

    Returns

    A string containing the encrypted content.

    Parameters

    • content: string

      Content to encrypt.

    • publicPGPKey: string

      Public Key to encrypt the content.

    Returns Promise<string>

Generated using TypeDoc