From Crypto-Native to Crypto-Enabled
I’m not one to make big annual predictions, but one thing that seems likely to me is that 2024 will mark the emergence of mainstream apps powered by ...

Bitcoin as Battery
One of my favorite things about crypto is that, every so often, your conception of what it is changes.Bitcoin at first was "weird internet money...

The Internet's Next Business Model: A Conversation with Cloudflare's Matthew Prince
I just released a new episode of The Slow Hunch with Matthew Prince, CEO and co-founder of Cloudflare. Since we invested in their Series C back in 2013, I've watched Matthew and his team build one of the most critical pieces of internet infrastructure—protecting and accelerating vast portions of global web traffic. Our conversation traces Matthew's journey from his early "slow hunch" that the internet was fundamentally broken and needed fixing. We start with his law school days in 2000, when ...
From Crypto-Native to Crypto-Enabled
I’m not one to make big annual predictions, but one thing that seems likely to me is that 2024 will mark the emergence of mainstream apps powered by ...

Bitcoin as Battery
One of my favorite things about crypto is that, every so often, your conception of what it is changes.Bitcoin at first was "weird internet money...

The Internet's Next Business Model: A Conversation with Cloudflare's Matthew Prince
I just released a new episode of The Slow Hunch with Matthew Prince, CEO and co-founder of Cloudflare. Since we invested in their Series C back in 2013, I've watched Matthew and his team build one of the most critical pieces of internet infrastructure—protecting and accelerating vast portions of global web traffic. Our conversation traces Matthew's journey from his early "slow hunch" that the internet was fundamentally broken and needed fixing. We start with his law school days in 2000, when ...
Share Dialog
Share Dialog
For a recent personal project (I won't say which since that would defeat the purpose), I was in need of a new kind of authentication. My wife and I wanted to create a website where we could post photos and news for our family and friends, while keeping that information off of the broader intertubes. With a baby on the way, we plan on having lots (and lots and lots and lots) of photos to share. Regular, account- or password-based authentication wouldn't work, because I didn't know exactly who would be visiting, so either creating one password and sending it around, or creating passwords for each individual person were not options. So, what I ended up creating was a "do you know me?" authentication system. Here's how it works:
Upon entering the site, you are posed with a challenge. You can choose your question from a group of 5. In this case, I chose questions that anyone who was part of the family or knew us somehow would be able to answer. For example, "where did Nick grow up?" or "boy cat's name". I picked enough different questions, pulling info from enough different aspects of our lives, that anyone who we'd want to get in would be able to get at least one right. In this case, I was using WordPress, so I first created created a series of logins that would correspond to the questions I wanted to ask. Then, I created a custom login screen using the Themed Login and Registration plugin. I updated the login template, substituting the standard "login" text input with a select menu, where each option consisted of a question and its corresponding login ID. My question for all of you out there is: are there other existing examples of this kind of system? Better solutions for implementation? It seems like a generally useful system. If time permits, perhaps I'll wrap this up and offer it as a WP plugin. That's it! So far, this has worked pretty well for us, and has been a nice solution to opening up our lives to our family and friends while maintaining our privacy.
For a recent personal project (I won't say which since that would defeat the purpose), I was in need of a new kind of authentication. My wife and I wanted to create a website where we could post photos and news for our family and friends, while keeping that information off of the broader intertubes. With a baby on the way, we plan on having lots (and lots and lots and lots) of photos to share. Regular, account- or password-based authentication wouldn't work, because I didn't know exactly who would be visiting, so either creating one password and sending it around, or creating passwords for each individual person were not options. So, what I ended up creating was a "do you know me?" authentication system. Here's how it works:
Upon entering the site, you are posed with a challenge. You can choose your question from a group of 5. In this case, I chose questions that anyone who was part of the family or knew us somehow would be able to answer. For example, "where did Nick grow up?" or "boy cat's name". I picked enough different questions, pulling info from enough different aspects of our lives, that anyone who we'd want to get in would be able to get at least one right. In this case, I was using WordPress, so I first created created a series of logins that would correspond to the questions I wanted to ask. Then, I created a custom login screen using the Themed Login and Registration plugin. I updated the login template, substituting the standard "login" text input with a select menu, where each option consisted of a question and its corresponding login ID. My question for all of you out there is: are there other existing examples of this kind of system? Better solutions for implementation? It seems like a generally useful system. If time permits, perhaps I'll wrap this up and offer it as a WP plugin. That's it! So far, this has worked pretty well for us, and has been a nice solution to opening up our lives to our family and friends while maintaining our privacy.
No comments yet