encrypt(key, plaintext) ⇒ string Encrypt a message using the supplied key object. Kind: global function Returns: string - ASCII-armored encrypted text. Param Type Description key object Object from extract(). plaintext string The message to encrypt.