Jason Healy wrote:
> Question about how small shops handle this. We only have a single location, so I don't have multiple offices where I can get some georedundancy.
>
> What do you do with critical information needed for disaster recovery (such as encryption secrets)? I mean, worst-case scenario there's a meteor strike here and it takes out all our servers as well as me and my staff. Where should I keep the passwords that would allow for restoration from backup?
In the case of a meteor strike that has killed you, your staff,
and all your servers... do you care anymore?
> Do you put everything in a safe deposit box somewhere remote?
That can work.
> Have our legal counsel keep it in their safe?
That can work.
> Use some kind of an escrow service?
That is unlikely to work. Escrow services are geared to taking
things in, and then being very reluctant to hand them out.
For example, my employer sends a copy of all the instructions to
build a copy of our main service, minus encryption secrets and
authentication secrets, to a major escrow service. It usually
takes them a week to acknowledge receipt. It's not a backup for
us; it's a promise to our customers that if we go bankrupt, they
can try to build the service again.
>
> I figure the information has to be physically secured, but not encrypted (as that would mean someone would have to know the key). I'm just not sure where the balance of security and actual feasibility lies in this case.
How much is it worth to an attacker?
You need to buy the security level that will deter an attacker
from spending that much on acquiring your secret.
-dsr-