PHP Classes

But is it really useful?

Recommend this page to a friend!

      PHP Paranoid Passcode  >  PHP Paranoid Passcode package blog  >  Improving the Securit...  >  All threads  >  But is it really useful?  >  (Un) Subscribe thread alerts  
Subject:But is it really useful?
Summary:But is it really useful?
Messages:3
Author:Stephan
Date:2015-11-04 08:03:46
 

  1. But is it really useful?   Reply   Report abuse  
Picture of Stephan Stephan - 2015-11-04 08:03:46
Even though I like thinking about how systems can be made more secure and even how we could potentially take out the human-factor out of authentication, I feel that you contradict your own thesis a bit when you first say "there is always the rubber hose technique to beat the password out of you", followed by "but here's the ultra paranoid password technique!", posing at as a possible solution, leaving me thinking "but if I'm being beaten with a rubber hose, I'll GLADLY fill in my ultra paranoid password for you a thousand times!".

Plus, in your example, it says "$passLength = 30", does that mean I will have to remember a 30-character long set of numbers? Not sure how secure that is; what if I forget it? ;)

All in all I think the philosophy is great, but that this might be a technique that - reading this article - might be something suited mostly for those with enough IT knowledge and paranoia to go through "extreme(r)" measures for protecting their data, that will always be crackable anyways using a rubber hose technique.

  2. Re: But is it really useful?   Reply   Report abuse  
Picture of Dave Smith Dave Smith - 2015-11-04 08:18:37 - In reply to message 1 from Stephan
It isn't my thesis, but here is how I see the rubber hose issue...

We are talking about a passcode that you do not know, it is part of muscle memory, so you can only perform it. Once you have been beaten with a rubber hose, your performance will likely suffer enough that you won't be able to give it up. Even when threatened, performance decreases, so unless you are cool under pressure, they still can't get it, in theory anyway.

You don't remember a 30 character long string of key-presses, you train your muscles to perform them without thinking. You don't know it, so there is nothing to forget.

I agree that it isn't really practical right now, but what if in the future you are given a passcode as an infant and it becomes your permanent identifier for the rest of your life?

Anyway, the whole idea was that I found the concept interesting, and if you ever take a look at the packages I submit, they are an eclectic mix :)

Dave

  3. Re: But is it really useful?   Reply   Report abuse  
Picture of Stephan Stephan - 2015-11-04 08:28:31 - In reply to message 2 from Dave Smith
It is certainly interesting ^^. Good thing you took the time to create the package. That's where innovation starts.