gnupg_decryptverify

Descripción:

Sintaxis de llamada:

array gnupg_decryptverify ( resource $identifier , string $text , string &$plaintext )

Parámetros de entrada:

  • identifier es el identificador de la conexión iniciada.
  • text es el texto cifrado.
  • plaintext es el texto descifrado.

Parámetros de salida:

  • Cuando tiene éxito devuelve información sobre el firmado y rellena el parámetro plaintext con el texto descifrado. Cuando falla, la función devuelve FALSE.

Finalidad de la función:

La función gnupg_decryptverify(), descifra y verifica un texto que se le pase por el parámetro text, y devuelve información sobre el firmado. El texto descifrado se devuelve en la variable plaintext.

Véase también:

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License