Skip to main content

When You Are Configuring Password Policy Settings In Group Policy What Is The Recommended Setting For Password Reuse?

by
Last updated on 14 min read

Contents

  1. When using OAuth, how do third-party servers receive a user’s username and password?
  2. Which two methods help armored viruses avoid detection?
  3. Which fingerprint scanner needs the user to press their whole thumb or finger on it?
  4. How is Perfect Forward Secrecy different from regular key exchange methods?
  5. What method do most antivirus programs rely on to spot malware?
  6. What does a component’s Mean Time Between Failures (MTBF) value actually tell you?
  7. What two tricks do armored viruses use to stay hidden?
  8. How does a multipartite virus spread and survive?
  9. Which encrypted viruses skip the need for a decryptor?
  10. What’s fingerprint recognition actually used for?
  11. Why won’t my fingerprint register sometimes?
  12. What fingerprint scanner needs you to press your whole finger over a tiny window to take a picture?
  13. How do you set up Perfect Forward Secrecy on a server?
  14. Between SSL, TLS, and HTTPS—which is the most secure?
  15. Does TLS 1.2 support Perfect Forward Secrecy?
  16. When using OAuth, how are a user’s username and password received by a third party server?
  17. What two statements describe methods that can be employed by armored viruses in order to avoid detection?
  18. What type of fingerprint scanner requires that a user place their entire thumb or finger?
  19. How does the use of the perfect forward secrecy key exchange method differ from other key exchange methods?
  20. What type of recognition method is used by most virus scanning software?
  21. What does a component’s mean time between failures MTBF value determine?
  22. What two statements describe methods that can be employed by armored viruses?
  23. How does a multipartite virus work?
  24. Which type of encrypted virus does not need a decryptor?
  25. What is fingerprint recognition used for?
  26. Why can’t my fingerprints be read?
  27. What type of fingerprint scanner requires that a user place their entire thumb or finger over a small oval window which then takes an optical picture?
  28. How do you implement a perfect forward secrecy?
  29. Which is most secure SSL TLS or https?
  30. Does TLS 1.2 have PFS?

Set "Enforce password history" to 24 remembered passwords in Group Policy. That way, users can’t reuse any password for at least two years.

When using OAuth, how do third-party servers receive a user’s username and password?

Third-party servers never get the user’s actual username or password. Instead, they receive a short-lived access token after the user approves the request.

OAuth swaps out credentials for scoped, time-limited tokens that grant specific API access without exposing login details. These tokens are tied to the user’s session and can be revoked anytime. For instance, logging into a travel site with Facebook issues a token that lets the site access your name and email—never your password. Major providers like Google and Microsoft rotate tokens every 1–24 hours by default. For deeper insight, see how Google handles OAuth tokens.

Which two methods help armored viruses avoid detection?

Armored viruses rely on encryption and code mutation to slip past defenses.

Encrypted segments hide the payload behind layers that don’t match known malware signatures. Polymorphic code rewrites itself with each infection, changing byte patterns without changing behavior—like a virus that wears a different disguise each time. Some variants even detect debuggers and alter execution to avoid analysis. According to CISA, armored viruses often employ entry point obscuring (EPO) to merge with legitimate executables.

Which fingerprint scanner needs the user to press their whole thumb or finger on it?

An ultrasonic fingerprint scanner requires the entire thumb or finger to be pressed against the sensor.

These scanners use high-frequency sound waves to capture a 3D map of the fingerprint ridges beneath the skin, making them more resistant to spoofing than optical sensors. They’re commonly embedded under smartphone screens, as seen in the Samsung Galaxy S24 Ultra (2026). NIST reports that ultrasonic sensors achieve a false acceptance rate under 0.001% in controlled tests. For more on biometric security, review NIST’s biometrics guidelines.

How is Perfect Forward Secrecy different from regular key exchange methods?

Perfect Forward Secrecy creates unique, one-time session keys that vanish after each communication.

With PFS, even if a server’s private key is compromised later, past sessions stay secure because each key was used only once. This is typically implemented using Diffie-Hellman Ephemeral (DHE) or Elliptic Curve DHE (ECDHE). Services like Signal and ProtonMail enable PFS by default to protect against retroactive decryption. In practice, PFS limits the blast radius of a key breach to only the active session. For implementation guidance, see RFC 8446 (TLS 1.3).

What method do most antivirus programs rely on to spot malware?

Most antivirus programs start with signature-based detection to catch known malware using unique file hashes or patterns.

This method compares files against a database of known malicious signatures for an immediate match. While effective against previously identified threats, it can miss new or modified malware. Top antivirus suites—like Bitdefender and Kaspersky—layer in heuristic analysis and machine learning to catch evolving threats. AV-TEST notes that signature-based detection catches about 60–70% of known malware variants at first release. For a comparison of detection methods, see AV-TEST’s evaluations.

What does a component’s Mean Time Between Failures (MTBF) value actually tell you?

The MTBF value tells you the average time a component should run before failing, calculated as total operational time divided by the number of failures.

For example, a hard drive with an MTBF of 1.2 million hours suggests it should run trouble-free for about 137 years under ideal conditions. However, MTBF is a statistical average and assumes normal use—environmental stress, physical shock, or manufacturing defects can shorten real-world lifespan. According to Seagate, MTBF doesn’t account for user error or extreme conditions. Always pair MTBF with real-world testing data when evaluating reliability.

What two tricks do armored viruses use to stay hidden?

Armored viruses use encryption and polymorphic mutation to dodge signature-based and behavioral detection.

Encryption hides the virus payload behind layers that don’t match known malware signatures, while polymorphism rewrites the virus’s code with each infection, changing its byte pattern but not its function. Some variants also include anti-debugging routines to detect analysis tools and alter behavior to evade capture. CISA highlights that armored viruses often integrate with legitimate processes to avoid detection. For more on malware evasion, see CISA’s malware analysis report.

How does a multipartite virus spread and survive?

A multipartite virus spreads across multiple system areas—like boot sectors, files, and memory—making it tougher to fully remove.

It can infect both the boot sector and executable files, allowing it to activate at startup and spread through file execution. Even if you clean the files, the boot sector infection may persist, causing reinfection. Because it operates in multiple layers, multipartite viruses often survive standard antivirus scans focused only on executable files. According to McAfee, these viruses were more common in the 1990s but remain a threat in legacy systems.

Which encrypted viruses skip the need for a decryptor?

Self-decrypting encrypted viruses don’t need a separate decryptor—their decryption routine is built right into the virus itself.

These viruses carry the code needed to decrypt their payload, so they can execute independently without external tools. This makes them easier to deploy and harder to analyze, as the decryption happens on the fly. Some variants use simple XOR encryption or more complex algorithms, but the key is that the decryption logic is part of the malware. For further reading, see Kaspersky’s guide to encryption malware.

What’s fingerprint recognition actually used for?

Fingerprint recognition is mainly used for authentication and identity verification in devices, access control, and secure transactions.

Common applications include unlocking smartphones, authorizing payments, and controlling access to secure areas. It’s favored for its convenience and biometric uniqueness. Many governments use fingerprint systems for national ID programs, such as India’s Aadhaar. According to Biometric Update, over 1.5 billion people worldwide use fingerprint biometrics for identity verification as of 2026.

Why won’t my fingerprint register sometimes?

Fingerprint registration fails when the sensor is dirty, the skin is dry or damaged, or the finger isn’t aligned properly.

Skin conditions like cuts, calluses, or excessive dryness can block clear imaging, especially on optical sensors. Sweaty or oily fingers may also cause misreads. On ultrasonic sensors, worn-out screen protectors or misalignment can reduce accuracy. NIST suggests cleaning the sensor and re-registering prints after skin injuries heal. For troubleshooting, see Apple’s support guide on Touch ID issues.

What fingerprint scanner needs you to press your whole finger over a tiny window to take a picture?

An optical fingerprint scanner requires pressing the whole finger over a small window to capture a 2D image of the print.

These scanners are common in budget devices and use a camera-like sensor to photograph the fingerprint ridges. They’re less secure than ultrasonic models because they can be fooled by high-resolution photos or silicone prints. As of 2026, many laptops and budget phones still use optical sensors due to their low cost. For more on biometric sensor types, see NIST’s biometrics overview.

How do you set up Perfect Forward Secrecy on a server?

Enable Perfect Forward Secrecy (PFS) by configuring the server to use ECDHE or DHE key exchange in your TLS/SSL settings.

In Apache, edit your SSL configuration to include SSLOpenSSLConfCmd DHParameters "/path/to/dhparams.pem" and prioritize cipher suites like ECDHE-ECDSA-AES128-GCM-SHA256. For Nginx, use ssl_ciphers 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256';. Test your setup using SSL Labs to confirm PFS support. As of 2026, TLS 1.3 makes PFS the default, so upgrading servers to TLS 1.3 simplifies implementation. For step-by-step guidance, see Mozilla’s TLS recommendations.

Between SSL, TLS, and HTTPS—which is the most secure?

HTTPS using TLS 1.3 is the most secure configuration as of 2026, combining encryption, authentication, and forward secrecy by default.

TLS 1.3 removes weak cipher suites and enforces forward secrecy via ECDHE. SSLv3 and TLS 1.0/1.1 are outdated and vulnerable to attacks like POODLE; avoid them. HTTPS itself is just HTTP over a secure channel—its security depends entirely on the TLS version in use. According to RFC 8996, TLS 1.0 and 1.1 were deprecated in 2021, and most browsers block them. Always configure your site for TLS 1.2 or higher.

Does TLS 1.2 support Perfect Forward Secrecy?

Yes, TLS 1.2 supports Perfect Forward Secrecy (PFS) when configured with ECDHE or DHE cipher suites.

TLS 1.2 alone doesn’t guarantee PFS—you must enable specific ephemeral key exchange ciphers, such as ECDHE-RSA-AES128-GCM-SHA256. Legacy RSA key exchange in TLS 1.2 does not offer PFS. As of 2026, many servers still use TLS 1.2 with PFS enabled due to compatibility. Check your configuration using SSL Labs. For details, see RFC 5246 (TLS 1.2).

When using OAuth, how are a user’s username and password received by a third party server?

Third-party servers do not receive the user’s username or password. OAuth replaces them with an access token after user authorization.

The user authenticates directly with the identity provider (e.g., Google), which then issues a token to the third-party app. This token acts as a temporary credential with limited permissions. For example, granting a weather app access to your location doesn’t require sharing your Google password. Tokens are typically short-lived and can be revoked anytime. For more, see OAuth 1.0 specification.

What two statements describe methods that can be employed by armored viruses in order to avoid detection?

Armored viruses avoid detection by using code encryption and polymorphism to hide their payload and change their structure dynamically.

Encryption masks the virus’s signature, while polymorphism alters its code with each infection to evade pattern-matching scans. Some variants also employ anti-debugging techniques to detect and evade analysis tools. According to CISA, armored viruses often integrate into legitimate processes to avoid raising alarms. For real-world examples, see CISA’s malware advisories.

What type of fingerprint scanner requires that a user place their entire thumb or finger?

A capacitive fingerprint scanner requires the entire thumb or finger to be placed on the sensor.

These scanners use tiny capacitors to map the ridges and valleys of the fingerprint, creating a detailed 3D-like image. They’re common in mid-range smartphones and laptops. Capacitive sensors are more secure than optical models because they detect living tissue, not just surface images. According to NIST, they offer higher accuracy and lower false acceptance rates. For a comparison of sensor types, see Biometric Update.

How does the use of the perfect forward secrecy key exchange method differ from other key exchange methods?

Perfect Forward Secrecy uses ephemeral session keys that are discarded after use, unlike static keys that persist and can be compromised retroactively.

With PFS, each communication session gets a unique key derived from a temporary key exchange (such as ECDHE). If the server’s long-term private key is stolen later, past sessions remain secure because their keys no longer exist. In contrast, traditional RSA key exchange uses long-lived keys that, if compromised, could decrypt all past traffic. Services like ProtonMail and WhatsApp use PFS to ensure end-to-end encryption remains unbreakable even if servers are breached. For technical details, see RFC 8446 (TLS 1.3).

What type of recognition method is used by most virus scanning software?

Most virus scanning software uses signature-based recognition to identify known malware by matching file patterns against a database.

This method relies on a library of known malware signatures—unique byte sequences or hashes—that antivirus engines compare against scanned files. It’s fast and effective for catching previously identified threats. Top antivirus suites supplement signature detection with heuristic analysis, behavior monitoring, and machine learning to detect new or modified malware. AV-TEST reports that signature-based detection catches up to 70% of known malware variants immediately upon release. For more on detection methods, see AV-TEST’s evaluations.

What does a component’s mean time between failures MTBF value determine?

The MTBF value determines the average operational lifespan of a component before it is expected to fail under normal conditions.

MTBF is calculated by dividing total operational time by the number of failures observed in a sample. For instance, a component with an MTBF of 500,000 hours is predicted to run for about 57 years without failure under ideal use. However, MTBF is a statistical average and doesn’t account for misuse, environmental factors, or manufacturing defects. According to Seagate, MTBF should be used alongside real-world reliability data for accurate predictions. For more, see Seagate’s Barracuda SSHD datasheet.

What two statements describe methods that can be employed by armored viruses?

Armored viruses use encryption and polymorphism to evade detection by disguising their payload and rewriting their code.

Encryption hides the virus’s signature behind layers of obfuscation, while polymorphism alters the virus’s structure with each infection to avoid pattern-matching scans. Some variants also employ anti-analysis techniques to detect debugging tools and alter behavior. CISA notes that armored viruses often embed themselves in legitimate processes to avoid raising suspicion. For examples, see CISA’s malware analysis report.

How does a multipartite virus work?

A multipartite virus infects multiple system components, such as boot sectors and executable files, enabling it to survive and spread across different areas of a system.

It can load during system startup (via the boot sector) and spread through file execution, making it resilient to partial removal. Even if you delete infected files, the boot sector infection may persist, causing reinfection on reboot. Multipartite viruses were historically common in the 1990s but remain a concern in legacy systems. According to McAfee, these viruses combine the worst traits of file infectors and boot sector viruses. For removal tips, see McAfee’s guide.

Which type of encrypted virus does not need a decryptor?

Self-decrypting encrypted viruses do not require a separate decryptor because their decryption code is embedded within the virus itself.

These viruses carry the logic needed to decrypt their payload, allowing them to execute independently without relying on external tools. This design makes them easier to deploy and harder to analyze, as the decryption happens on the fly. Some variants use simple encryption like XOR, while others employ more complex algorithms. For more on encrypted malware, see Kaspersky’s resource center.

What is fingerprint recognition used for?

Fingerprint recognition is used for secure authentication and identity verification in devices, access control systems, and digital transactions.

Common applications include unlocking smartphones, authorizing payments, and controlling access to secure facilities. Government programs like India’s Aadhaar use fingerprint biometrics for national ID verification. As of 2026, over 1.5 billion people worldwide rely on fingerprint biometrics for daily authentication. For more on biometric use cases, see Biometric Update.

Why can’t my fingerprints be read?

Fingerprint scanners fail when fingers are dirty, dry, damaged, or misaligned on the sensor.

Skin conditions like cuts, excessive dryness, or calluses can block clear imaging, especially on optical sensors. Sweat or oils on the skin can also reduce accuracy. On ultrasonic sensors, worn screen protectors or improper finger placement may prevent registration. NIST recommends cleaning the sensor and re-registering prints after skin injuries heal. For troubleshooting, see Apple’s support guide on Touch ID issues.

What type of fingerprint scanner requires that a user place their entire thumb or finger over a small oval window which then takes an optical picture?

An optical fingerprint scanner with a small oval window requires pressing the entire thumb or finger over the sensor to capture a 2D image.

These scanners are compact and commonly found in budget smartphones, laptops, and USB fingerprint readers. They use a camera-like sensor to photograph fingerprint ridges, but they’re vulnerable to spoofing with high-quality photos or silicone prints. As of 2026, optical sensors remain popular due to their low cost and simplicity. For more on biometric sensor types, see NIST’s biometrics overview.

How do you implement a perfect forward secrecy?

Implement Perfect Forward Secrecy (PFS) by configuring your server to use ECDHE or DHE cipher suites in TLS settings.

In Apache, add SSLOpenSSLConfCmd DHParameters "/path/to/dhparams.pem" and prioritize cipher suites like ECDHE-ECDSA-AES128-GCM-SHA256. In Nginx, use ssl_ciphers 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256';. Test your setup with SSL Labs. As of 2026, TLS 1.3 enables PFS by default, so upgrading to TLS 1.3 simplifies implementation. For detailed steps, see Mozilla’s TLS guide.

Which is most secure SSL TLS or https?

HTTPS using TLS 1.3 is the most secure option because it combines strong encryption, forward secrecy, and modern security standards.

TLS 1.3 is the protocol that secures HTTPS connections—it’s not a separate technology. SSLv3 and older TLS versions (1.0/1.1) are outdated and vulnerable to attacks like POODLE and BEAST. HTTPS alone doesn’t guarantee security; its strength depends on the TLS version in use. As of 2026, all major browsers block SSLv3 and TLS 1.0/1.1 by default. Always configure your site for TLS 1.2 or higher. For more, see RFC 8996.

Does TLS 1.2 have PFS?

Yes, TLS 1.2 supports Perfect Forward Secrecy (PFS) when configured with ECDHE or DHE cipher suites.

PFS in TLS 1.2 requires enabling specific ephemeral key exchange ciphers, such as ECDHE-RSA-AES128-GCM-SHA256. Legacy RSA key exchange in TLS 1.2 does not offer PFS. To confirm, check your server’s cipher suite configuration using SSL Labs. Many servers still use TLS 1.2 with PFS enabled for compatibility. For details, see RFC 5246 (TLS 1.2).

Edited and fact-checked by the TechFactsHub editorial team.
Ryan Foster

Ryan Foster is a networking and cybersecurity writer with 12 years of experience as a network engineer. He's configured more routers than he can count and firmly believes that 90% of internet problems are DNS-related. He lives in Austin, TX.