- or download this
/usr/bin/gpg -ea --always-trust -r user\@domain.com
- or download this
$encStr = `echo $plainStr | /usr/bin/gpg -ea --always-trust -r ken\@ra
+ndys.com`;
- or download this
#!/usr/bin/perl
use CGI("param");
...
print "Encrypted String = $encStr";
print "\n</body>\n</html>";