Let me say 'me too!'

More specifically:

  • What are you doing to ensure that the Kiddies are not going to compromise your comms link?
    Using an email saying "execute this attachement" is just asking for trouble, IMO.
  • What is your common code base?
    Personally, I'd insist on a real compression engine and a decent encryption program (eg. pgp).
  • What is available out of the box?

    While this is a Really Cool Piece O'code, (I'm impressed) this is not a new problem. And various specialised (hopefully debugged) and compiled (hopefully faster and self containing) programs such as PGP and PKZIP exist to solve exactly this sort of problem.

    Perl (as a script) is a neat way of ensuring that the correct commands are run.

    The question you should be asking (as the admin) is: what is the life time cost of each of the possible solutions?
    Put it another way: 'How much time can I spend supporting my scripts?'

    It's an interesting Perl excercise, but is it really a nail?

    Finally, "never underestimate the bandwidth of a stationwagon full of magnetic media."
    A self extracting CD deals with a lot of Bozo user problems, and alleviates most of the security issues.


    Butlerian Jihad now!

    In reply to Re: Re: Self Extracting Archives with Perl (almost) by thoglette
    in thread Self Extracting Archives with Perl (almost) by deprecated

    Title:
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.