securely send messages to one or multiple recipients. To send an encrypted message, you must first
create the contents of the message with the pgp.createMessageData(options) method. Next, use the
MessageData.encrypt(options) method to securely encrypt and optionally sign the message contents.
Message recipients can optionally enable configuration preferences to customize how messages are
decrypted.
You can also use this module to create certificate.Signer objects to sign plain strings. For more
information, see the help topic N/pgp Module.