Skip to main content
technology3

3 posts tagged with "technology"

Articles tagged with technology

3 articles
#technology

Ever find yourself juggling endless passwords, worried about whether they’re secure enough? You’re not alone. In today’s digital landscape, protecting sensitive accounts and data goes beyond just a clever passphrase. Enter multi-factor authentication (MFA)—an effective layer of defense that ensures a random intruder can’t waltz in with stolen credentials.

Time-Based One-Time Password (TOTP) systems are a powerful way to implement MFA, producing short-lived codes that are invalid mere seconds later. If you’ve ever used an authenticator app on your phone, you’ve already seen TOTP at work. However, building your own TOTP generator can offer greater flexibility for custom workflows, automation, and even just tinkering to learn something new.

In this tutorial, we’ll walk through a PowerShell script that securely stores your TOTP secret keys in the Windows Registry, then generates fresh codes whenever you need them. By the end, you’ll have a handy, easily integrable tool that keeps your secrets encrypted and your one-time passwords safe and ready on demand. Let’s jump in!

In the ever-evolving world of technology, few names shine as beacons of both innovation and social advocacy quite like Timnit Gebru. A prominent figure in the fields of artificial intelligence and ethics in technology, Gebru is not only a trailblazer in programming but also a staunch advocate for equality and civil rights.

Sometimes the best way forward is to go back to your roots. After 24 years of web hosting adventures - from the wild west days of Geocities to premium shared hosting - I'm taking a step that feels both nostalgic and revolutionary: moving to GitHub Pages.

This isn't just a hosting migration. It's a return to the hands-on, build-it-yourself ethos that got me excited about the web in the first place. When I first started building websites in 1996, every line of HTML was intentional, every image was optimized by necessity, and understanding how things worked wasn't optional - it was survival.

Fast-forward to 2020, and I find myself craving that same level of control and understanding. GitHub Pages offers something rare in today's web landscape: simplicity without sacrifice, power without complexity.