Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: using a pipe

by drock (Beadle)
on Dec 30, 2005 at 19:48 UTC ( [id://520053]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\Program Files\GNU\GnuPG>gpg --passphrase-fd=ohiohea1th_is --decrypt
    + --output decrypted.txt tstfil
    e.asc
    ...
          "derek smith"
    gpg: public key decryption failed: bad passphrase
    gpg: decryption failed: secret key not available
    
  2. or download this
    --passphrase-fd=
    open (PASS, "+<$pass")
    ...
    gpg: public key decryption failed: bad passphrase
    gpg: decryption failed: secret key not available
    Press any key to continue . . .
    
  3. or download this
    C:\Program Files\GNU\GnuPG>echo ohiohea1th_is|gpg --passphrase-fd=0 --
    +decrypt --output decrypted.txt
     tstfile.asc
    ...
    12/30/2005  02:49 PM    <DIR>          ..
    12/30/2005  02:49 PM                15 decrypted.txt
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://520053]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2024-04-25 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found