Clearsign of HTML-pages
    darren chamberlain 
    dlc at users.sourceforge.net
       
    Fri Oct 10 17:27:24 CEST 2003
    
    
  
* RJ Marquette <rj-lists at rjmarq.org> [2003-10-10 09:40]:
> The algorithm is very simple:
Here:
  #!/bin/sh
  doc=$1
  tmp=/tmp/pgp-html-$$
  (echo '-->'; cat $doc; echo '<!--') > $tmp
  (echo '<!--'; gpg --clearsign --output - $tmp ; echo '-->') > $doc
  rm $tmp
Copy into a file and make it executable.
(darren)
-- 
Millions long for immortality who do not know what to do with
themselves on a rainy Sunday afternoon.
    -- Susan Ertz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 269 bytes
Desc: not available
Url : /pipermail/attachments/20031010/bc1341a1/attachment.bin
    
    
More information about the Gnupg-users
mailing list