• Parameters

    • content: string

      Content to encrypt.

    • publicPGPKey: string

      Public Key to encrypt the content.

    Returns Promise<string>

    A string containing the encrypted content.

    Name

    encryptContent

    Summary

    Encrypts a content (string).

    See

    Learn more about encryption here.

Generated using TypeDoc