PGP decrypt perl script

Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default PGP decrypt perl script

    Hello. I am in need of direction on where I might find a perl script
    that will automatically decrypt pgp files that have been FTP'd to a
    server.

    Any help would be appreciated. I am new to perl and have had no luck
    trying to create it on my own.
    Mike Guest

  2. Similar Questions and Discussions

    1. RFC on first perl script
      Hi all well im trying at lerning this perl stuff.. reading from the "learning perl" oreilly book and a few other places, but also using perl a...
    2. Control a non-perl image viewer from perl script
      Below is a (non-finished) script that trys to run a linux viewer called eog (eye of gnome) in a script that will eventually allow me to power thru...
    3. Help with Perl Script
      Any help on this would be great since its a free script there is no support. I have a website on a win2k server running MSFP 2002 extensions. The...
    4. ASP --> PERL SCRIPT HELP>>PLEASE>>
      Hello..I was browsing thru the newsgroups ...and was wondering if anyone here can be of assistance to me....as I am very very new to PERL..and have...
    5. Execute shell script from a perl script
      Hi, How can I executed a Unix shell script from a Perl script. The shell script is a dump of a oracle table to a file. The perl script is for...
  3. #2

    Default Re: PGP decrypt perl script

    Mike wrote:
    > Hello. I am in need of direction on where I might find a perl script
    > that will automatically decrypt pgp files that have been FTP'd to a
    > server.
    >
    > Any help would be appreciated. I am new to perl and have had no luck
    > trying to create it on my own.
    Check: [url]http://search.cpan.org[/url]

    Crypt::PGPSimple looks like it might do what you want.

    [url]http://search.cpan.org/author/JHINKLE/Crypt-PGPSimple-0.13/PGPSimple.pm[/url]

    J. Gleixner Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139