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