There are many factors to take into account when attempting to answer your question.
  • What password change policy do you currently implement? For instance, are users required to set passwords that don't include their name (if you know it), their account name, etc.?
  • What other security measures are you currently implementing? (Are the error logs being regularly reviewed, etc?)
  • Is password security your biggest issue, or do you have other CGI issues? Is anyone other than the developers auditing the code?
  • Are there web server configuration issues that affect the security? (Are databases available via http, for instance?) You may be the only one with the information necessary to answer this question. There are quite likely other folks that you work with who can take a look at the service security. You have to assess the risk of password compromise against the risks of other types of compromise of the server and service.

    In reply to Re: Why do you have to worry about Brute Force Attacks? by RobPayne
    in thread Why do you have to worry about Brute Force Attacks? by Anonymous Monk

    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.