Why are obsurantist approaches to improving password hashing security ineffective? [closed]

For websites that have nothing of value nor any personal data, that only have emails and hashed passwords, the only motivation for attackers (except those who just want to be locally disruptive) is to break passwords that people might reus… Continue reading Why are obsurantist approaches to improving password hashing security ineffective? [closed]

Why might an operating system require a restart after N failed login attempts?

I continually entered my password incorrectly whilst trying to login to Windows 11. I expected that after N failed attempts I would then start to see an increasing time delay after each subsequent attempt, yet instead what I found was that… Continue reading Why might an operating system require a restart after N failed login attempts?

What’s the best method of securing keys/passwords used by a PowerShell script that runs when no user is logged in, using only one server, for free?

I have a server set up to run a PowerShell script every 15 minutes. This script needs to make API requests with keys and passwords. The script runs even when no user is logged in, so encryption based on the user profile wouldn’t make sense… Continue reading What’s the best method of securing keys/passwords used by a PowerShell script that runs when no user is logged in, using only one server, for free?

Product showcase: Securing Active Directory passwords with Specops Password Policy

Password policies are a cornerstone of cybersecurity for any organization. A good password policy ensures every end user has a strong and unique password, significantly reducing the risk of unauthorized access and data breaches. These policies not only… Continue reading Product showcase: Securing Active Directory passwords with Specops Password Policy

How to allow a user to login via client X.509 certificate or username/password?

I have a niche website programmed by a volunteer. Like pretty much every website it’s secured via TLS, and the main page doesn’t let you do much except login via username & password or request an account. Some users recently requested … Continue reading How to allow a user to login via client X.509 certificate or username/password?