<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SSCP practice exam question. in SSCP Study Group</title>
    <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/76372#M152</link>
    <description>&lt;P&gt;I came across this explanation while preparing for my exam on p2p-certs. NIST 800-63B advises against setting arbitrary password expiration periods unless there’s evidence of a compromise, making "No expiration" the correct choice.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2025 19:59:39 GMT</pubDate>
    <dc:creator>Klusner090</dc:creator>
    <dc:date>2025-01-16T19:59:39Z</dc:date>
    <item>
      <title>SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62514#M84</link>
      <description>&lt;P&gt;I have a question regarding this matter. &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SSCP.JPG" style="width: 999px;"&gt;&lt;img src="https://community.isc2.org/t5/image/serverpage/image-id/7678i23CE0AFFB45BC89F/image-size/large?v=v2&amp;amp;px=999" role="button" title="SSCP.JPG" alt="SSCP.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is the answer is No expiration? I checked the NIST 800-63b but I didn't find anything about it&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 17:55:13 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62514#M84</guid>
      <dc:creator>ivanborgiey</dc:creator>
      <dc:date>2023-09-04T17:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62519#M85</link>
      <description>&lt;P&gt;Check out §&lt;A href="https://pages.nist.gov/800-63-3/sp800-63b.html#memsecret" target="_blank"&gt;&amp;nbsp;5.1.1.2&lt;/A&gt; ¶ 9.&amp;nbsp; &amp;nbsp; "Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically)".&amp;nbsp; I know, I know... everyone's gut reaction is "that's stupid; why would anyone recommend that?".&amp;nbsp; Well, go read &lt;A href="https://pages.nist.gov/800-63-3/sp800-63b.html#appA" target="_blank"&gt;Appendix A&lt;/A&gt; of the very same document for the rationale.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 02:05:55 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62519#M85</guid>
      <dc:creator>denbesten</dc:creator>
      <dc:date>2023-09-05T02:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62528#M86</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/1514744433"&gt;@ivanborgiey&lt;/a&gt;&amp;nbsp;wrote:&lt;P&gt;Why is the answer is No expiration? I checked the NIST 800-63b but I didn't find anything about it&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Look at 10.2.1 Intermittent Events:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;"Do not require that memorized secrets be changed arbitrarily (e.g., periodically) unless there is a user request or evidence of authenticator compromise."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this gets overblown as "Don't change passwords." What NIST is saying is don't &lt;STRONG&gt;force&lt;/STRONG&gt; users to change an effective password because, eventually, they will probably choose a bad one. This doesn't mean users, &lt;STRONG&gt;at their own choosing&lt;/STRONG&gt;, shouldn't occasionally change their password. Or that security awareness training should discourage users from changing their passwords from time to time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NIST suggests passwords should be checked against known breaches, and if a password matches one in such a breach, it should be changed. But if you are following other NIST recommendations (e.g., 32-bit unique salt on the passwords), the only time those passwords can effectively be checked is when the users set them. An "unbreakable password" 10 years ago is probably quite broken today. Users should still be changing passwords but it should be on their terms.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 12:25:59 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62528#M86</guid>
      <dc:creator>JoePete</dc:creator>
      <dc:date>2023-09-05T12:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62529#M87</link>
      <description>&lt;P&gt;I must agree with you!&amp;nbsp; To never let a password expire is not safe.&amp;nbsp; The default for Windows Server is even 90 days if I am not mistaken.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS.&amp;nbsp; On which platform did you do these tests?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 12:26:12 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62529#M87</guid>
      <dc:creator>Lowveldrider</dc:creator>
      <dc:date>2023-09-05T12:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62531#M88</link>
      <description>&lt;P&gt;For my two cents, THIS is a terrible question and should not be used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My thinking, one should know about NIST, etc. but if I am in a local manufacturing environment in Ireland, I probably do not care about NIST nor does my employer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(ISC)2 has always maintained they are vendor independent and I believe that this level of knowledge is getting too far down in the weeds and becoming US Gov't. specific.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 18:56:53 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62531#M88</guid>
      <dc:creator>dcontesti</dc:creator>
      <dc:date>2023-09-05T18:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62562#M89</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/550701023"&gt;@Lowveldrider&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...To never let a password expire is not safe.&amp;nbsp; ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It is less about about good/bad; it is more about how big the bang for the buck.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://pages.nist.gov/800-63-3/sp800-63b.html#appA" target="_blank"&gt;Appendix A&lt;/A&gt;&amp;nbsp;details how NIST compared the alternatives to arrive at its recommendation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/715155969"&gt;@dcontesti&lt;/a&gt;&amp;nbsp;is (as usual) spot-on with her observation that "&lt;FONT face="inherit"&gt;this level of &lt;STRIKE&gt;knowledge&lt;/STRIKE&gt;&amp;nbsp;&lt;U&gt;detail&lt;/U&gt; is getting too far down in the weeds".&amp;nbsp; Practice exam writers seem to relish in testing ones ability to memorize trivia, ignoring the bigger message that expiration is not our only tool and that its effectiveness has been diminishing on it over time.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 13:37:48 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/62562#M89</guid>
      <dc:creator>denbesten</dc:creator>
      <dc:date>2023-09-06T13:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/63930#M93</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;As of 2023, NIST has requested comments on their newest revision of 800-63 (Digital Identity Guidelines). And as recently as 2020, NIST revised their password guidelines to emphasize password length over complexity, salting and hashing stored passwords, MFA, and making it easier for users to adhere to password security policies. Additionally, organizations should not require their employees to reset their passwords more than once per year, and they should monitor new passwords on a daily basis, testing them against lists of common and compromised passwords. Finally, NIST has identified a number of threats to authentication security, including password security, that businesses and industry professionals should keep in mind.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 22:59:26 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/63930#M93</guid>
      <dc:creator>guerrdenn12</dc:creator>
      <dc:date>2023-10-26T22:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/63936#M94</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/1385104145"&gt;@guerrdenn12&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Newest (draft) revision of 800-63...&amp;nbsp; &amp;nbsp;reset their passwords more than once per year.&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Could you help me find that in the draft?&amp;nbsp; Line 734 (page 14) of the &lt;A href="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-63B-4.ipd.pdf" target="_blank" rel="noopener"&gt;draft&lt;/A&gt;&amp;nbsp;continues to say "Verifiers SHALL NOT require users to periodically change memorized secrets."&amp;nbsp; No mention of "once per year".&amp;nbsp; Perhaps I am looking in the wrong place or there is a newer draft.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 04:09:41 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/63936#M94</guid>
      <dc:creator>denbesten</dc:creator>
      <dc:date>2023-10-27T04:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/69494#M118</link>
      <description>&lt;P&gt;Recently i passed my SSCP&amp;nbsp;exam. I got the SSCP&amp;nbsp;practice test from p2pexams and it was useful for me. By practicing with this practice test i got familiar with format of the actual exam and types of questions. This familiarity reduced my anxiety and increased&amp;nbsp;my confidence level. It helped me identify and overcome my weak areas. I got key exam knowledge that helped me in passing my exam. Many questions in the final test came from this practice material.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 11:15:27 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/69494#M118</guid>
      <dc:creator>rubyedixon</dc:creator>
      <dc:date>2024-04-15T11:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/76372#M152</link>
      <description>&lt;P&gt;I came across this explanation while preparing for my exam on p2p-certs. NIST 800-63B advises against setting arbitrary password expiration periods unless there’s evidence of a compromise, making "No expiration" the correct choice.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 19:59:39 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/76372#M152</guid>
      <dc:creator>Klusner090</dc:creator>
      <dc:date>2025-01-16T19:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/76900#M157</link>
      <description>&lt;P&gt;It's stated that we are no longer supposed to enforce password changes. In other words, we cannot "force" a user to change their password.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 21:41:48 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/76900#M157</guid>
      <dc:creator>DarkCerberus</dc:creator>
      <dc:date>2025-02-06T21:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/76901#M158</link>
      <description>&lt;P&gt;I admit that I have not read the entire thread BUT the question is wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to&amp;nbsp;&lt;SPAN&gt;NIST 800-63B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;EM&gt;&lt;STRONG&gt;No forced password changes:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;EM&gt;Avoid forcing users to change their passwords frequently, as it often leads to users creating weaker passwords.&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The header of that section is misleading.&amp;nbsp; You MUST read the entire document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;REALLY terrible question..&amp;nbsp; Should be corrected for removed from the Materials&amp;lt;&amp;nbsp; Where did this question come from?&amp;nbsp; Is this from an ISC2 publication?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 21:53:45 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/76901#M158</guid>
      <dc:creator>dcontesti</dc:creator>
      <dc:date>2025-02-06T21:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/84068#M186</link>
      <description>Agree! NIST guidance, no longer enforce periodic password roatation. Instead requires complex passwords combing with MFA.&lt;BR /&gt;&lt;A href="https://pages.nist.gov/800-63-3/sp800-63b.html" target="_blank"&gt;https://pages.nist.gov/800-63-3/sp800-63b.html&lt;/A&gt;</description>
      <pubDate>Thu, 18 Sep 2025 13:18:56 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/84068#M186</guid>
      <dc:creator>akkem</dc:creator>
      <dc:date>2025-09-18T13:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/84069#M187</link>
      <description>&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/99142457"&gt;@xuiopika&lt;/a&gt; - Congratulations passing on SSCP!</description>
      <pubDate>Thu, 18 Sep 2025 13:20:12 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/84069#M187</guid>
      <dc:creator>akkem</dc:creator>
      <dc:date>2025-09-18T13:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/84187#M188</link>
      <description>&lt;P&gt;This is what I found: NIST SP 800-63b&lt;/P&gt;&lt;P&gt;Section 5.1.1.2 - Memorized Secret Verifiers states:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;"Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically).&amp;nbsp; However, verifiers SHALL force a change if there is evidence of compromise of the authenticator."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps! Technologies, tools, and processes do evolve based on evolving threats and evolving of these things mentioned.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 17:37:30 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/84187#M188</guid>
      <dc:creator>Jaysamfong</dc:creator>
      <dc:date>2025-09-24T17:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/86549#M208</link>
      <description>&lt;P&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/99142457"&gt;@xuiopika&lt;/a&gt;&amp;nbsp;spam&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 10:21:32 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/86549#M208</guid>
      <dc:creator>meyis615</dc:creator>
      <dc:date>2025-12-17T10:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSCP practice exam question.</title>
      <link>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/86562#M213</link>
      <description>&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/99142457"&gt;@xuiopika&lt;/a&gt; This is a dump site and should not be used. Anyone who posts or advocates use of a dump site risks losing Community access and/or their certification.</description>
      <pubDate>Wed, 17 Dec 2025 13:02:08 GMT</pubDate>
      <guid>https://community.isc2.org/t5/SSCP-Study-Group/SSCP-practice-exam-question/m-p/86562#M213</guid>
      <dc:creator>nkeaton</dc:creator>
      <dc:date>2025-12-17T13:02:08Z</dc:date>
    </item>
  </channel>
</rss>

