mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 14:27:09 +00:00
10 lines
205 B
PHP
10 lines
205 B
PHP
|
<?php
|
||
|
dl("gnupg.so");
|
||
|
|
||
|
$fingerprint = "8660281B6051D071D94B5B230549F9DC851566DC";
|
||
|
$mailtext = "Test test Test TeSt";
|
||
|
$passphrase = "incorrect";
|
||
|
|
||
|
$gnupg = new gnupg ();
|
||
|
?>
|