php-gnupg/examples/main.php

10 lines
205 B
PHP
Raw Normal View History

2005-10-07 18:59:50 +00:00
<?php
dl("gnupg.so");
$fingerprint = "8660281B6051D071D94B5B230549F9DC851566DC";
$mailtext = "Test test Test TeSt";
$passphrase = "incorrect";
$gnupg = new gnupg ();
?>