mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
7 lines
150 B
PHP
7 lines
150 B
PHP
<?php
|
|
require_once (dirname(__FILE__)."/main.php");
|
|
|
|
$gnupg -> setEncryptKey ($fingerprint);
|
|
$text = $gnupg -> encrypt ($mailtext);
|
|
echo $text;
|
|
?>
|