sparkinson | 11 years ago | on: Show HN: StaticReview – An extendable framework for version control hooks
sparkinson's comments
sparkinson | 12 years ago
sparkinson | 13 years ago | on: The story around the Linode hack
It does have me worried however.
sparkinson | 13 years ago | on: Security incident update
Being realistic, to expect someone to type in such a long password regardless of if they can remember it or not is clearly unreasonable.
sparkinson | 13 years ago | on: Security incident update
But for x many customer credit card details you're really looking for a much longer password that that. I'm talking 64 characters or more of pure random data.
You shouldn't be compromising for the convenience of being able to remember a password when it secures such critical data in my opinion.
Edit: I do agree though that your method is a very good way of remembering password.
sparkinson | 13 years ago | on: Security incident update
Edit: Theses "making an assumption" arguments are silly. It is good practice to assume the worst case, to assume the best in this situation is bad.
sparkinson | 13 years ago | on: Security incident update
The fraud won't occur till the database is released and the private key is cracked.
sparkinson | 13 years ago | on: Security incident update
That and the fact that an offline attack can be run on this key is not promising.
sparkinson | 13 years ago | on: Security incident update
So it's short enough to remember and likely has some sort of pattern. There's a limit to what a person can remember, lower if there are several people that have to remember it.
sparkinson | 13 years ago | on: My Very Own Protocol Droid
Are you sure about that?
sparkinson | 13 years ago | on: Name.com hijacks non-existent subdomains and redirects to their servers
sparkinson | 13 years ago | on: Google Glass
sparkinson | 13 years ago | on: Google Glass
sparkinson | 13 years ago | on: Google Glass
sparkinson | 13 years ago | on: Google Declares War on the Password
The key to this is to still require something that you remember like your username (and/or a password), they will get stolen and it is too risky for these tokens to be the only authentication factor.
As long as users are educated that these tokens should in all ways be considered a set of keys then security can only be improved with them.
sparkinson | 13 years ago | on: Nokia: Yes, we decrypt your HTTPS data, but don’t worry about it
I mean if I was a bank it'd properly be in my interest to protect my customers from using a known insecure proxy (regardless of who manages it).
sparkinson | 13 years ago | on: Ask HN: What web hosting do you use for your personal sites/blogs?
Check out http://www.lowendbox.com/ for some dirt cheap VPS deals and guides on how to configure a limited resource server if you're new to it.
I currently use two providers I found from there, 3 containers in total. Having more that one allows me to simply switch if a host goes down.
(For a static site, it can be quite fun to see how much you can squeeze out of 64MB of ram.)
sparkinson | 13 years ago | on: How I Made $350 In Two Days With Three Pages and Some Payment Code (2011)
sparkinson | 13 years ago | on: How I Made $350 In Two Days With Three Pages and Some Payment Code (2011)
What a great idea though, glad to see it's a success! Now you just need to automate it a bit further.
sparkinson | 13 years ago | on: DuckDuckGo Terminal Emulator
The focus is on enabling others to easily develop their own checks/reviews.
I'll be looking at adding Mercurial and SVN support in the near future.
Would love to hear any feedback you might have.