Author

Topic: Safe deposit box insurance for bitcoin contents? (Read 2060 times)

donator
Activity: 1218
Merit: 1079
Gerald Davis
OP you must have missed the whole point of bitcoin: to give 100% control back to the people of their money. By putting your wallet/bitcoins in a safety deposit box you have essentially given back that control to the banks.

Suggestion: Use a brainwallet so you can remember a phrase that would decrypt your private key.

What if passphrases clash? As in what if someone else has the same passphrase? Like a sentence out of a book or something.

Salt
member
Activity: 98
Merit: 10
(:firstbits => "1mantis")
OP you must have missed the whole point of bitcoin: to give 100% control back to the people of their money. By putting your wallet/bitcoins in a safety deposit box you have essentially given back that control to the banks.

Suggestion: Use a brainwallet so you can remember a phrase that would decrypt your private key.

What if passphrases clash? As in what if someone else has the same passphrase? Like a sentence out of a book or something.
legendary
Activity: 2492
Merit: 1473
LEALANA Bitcoin Grim Reaper
OP you must have missed the whole point of bitcoin: to give 100% control back to the people of their money. By putting your wallet/bitcoins in a safety deposit box you have essentially given back that control to the banks.

Suggestion: Use a brainwallet so you can remember a phrase that would decrypt your private key.
member
Activity: 98
Merit: 10
(:firstbits => "1mantis")
You're right. I called the company to find out more about it. I guess since they're new they still have to work on getting coverage in every state. They said they plan to have Texas covered by the end of the year.

Perfect timing! LOL
newbie
Activity: 9
Merit: 0
You're right. I called the company to find out more about it. I guess since they're new they still have to work on getting coverage in every state. They said they plan to have Texas covered by the end of the year.
member
Activity: 98
Merit: 10
(:firstbits => "1mantis")
I just looked at a website for an insurance product that just insures safe deposit box contents. I do not think you tell them anything about what is in the box. just pick the value or amount of coverage and pay the premium. It doesn't seem like it is available everywhere but it might be worth checking out. www.safedepositboxinsurance.com  Smiley

Not available in Texas Sad
newbie
Activity: 9
Merit: 0
I just looked at a website for an insurance product that just insures safe deposit box contents. I do not think you tell them anything about what is in the box. just pick the value or amount of coverage and pay the premium. It doesn't seem like it is available everywhere but it might be worth checking out. www.safedepositboxinsurance.com  Smiley
member
Activity: 98
Merit: 10
(:firstbits => "1mantis")
It would require some modification.

bitadddress is essentially doing:
private key = rand()

you would want:

private key =sha256(rand()+passphrase)

the rest of the code would remain the same.

What do most of the people on the forum use to generate encrypted paper wallets?
donator
Activity: 1218
Merit: 1079
Gerald Davis
It would require some modification.

bitadddress is essentially doing:
private key = rand()

you would want:

private key =sha256(rand()+passphrase)

the rest of the code would remain the same.
member
Activity: 98
Merit: 10
(:firstbits => "1mantis")
Then your best option is a brain wallet.

Alternatively you could use a 2factor approach (passphrase + paper wallet)
Generate a sequence of random numbers that when hashed WITH the passphrase form the private key

i.e.
SHA256(secret phase + key1) = private key #1
SHA256(secret phase + key2) = private key #2

this would require an attacker to both know the passphrase AND have access to the paper containing the list of keys.

If you did something like that I would use a chained key derivitive function like http://en.wikipedia.org/wiki/PBKDF2 with a high round count.  That would provide some resistance against brute force attack.

Can I do this with bitaddress.org?
donator
Activity: 1736
Merit: 1010
Let's talk governance, lipstick, and pigs.
There are a lot of ways to use a common book for a brain wallet cipher as a storage of your key. There are a lot of ways to do it. You can choose a random phrase and convert it to integers. For instance "bone" is 02 13 14 05 so you might choose to use the second line of the first chapter then count 13 words and write it down. Then the 14th line and count 5 words. Continue this for several more words. You may even choose to start at the end of the chapter and count backwards every other word, or maybe with odd numbers or prime numbers. Come up with your own simple algorithm and use a very very common book that you can get anywhere, anytime.
hero member
Activity: 686
Merit: 500
Wat
The insurance company would probably need to secure your bitcoins for you if they want 100% certainty you just didnt lie about getting them stolen.

So you would deposit with them and if they went missing you could make a claim. Another company might reinsure this main one because its a third party holding your coins.
donator
Activity: 1218
Merit: 1079
Gerald Davis
Then your best option is a brain wallet.

Alternatively you could use a 2factor approach (passphrase + paper wallet)
Generate a sequence of random numbers that when hashed WITH the passphrase form the private key

i.e.
SHA256(secret phase + key1) = private key #1
SHA256(secret phase + key2) = private key #2

this would require an attacker to both know the passphrase AND have access to the paper containing the list of keys.

If you did something like that I would use a chained key derivitive function like http://en.wikipedia.org/wiki/PBKDF2 with a high round count.  That would provide some resistance against brute force attack.
legendary
Activity: 4466
Merit: 3090
Vile Vixen and Miss Bitcointalk 2021-2023
I am just concerned of the weakest link. AKA location that is easiest to steal or hack.

Why? As long as we're talking about encrypted wallet backups as opposed to physical bitcoins, there is no "weakest" link, because it doesn't matter in the slightest if only one "link" is broken. All copies of your wallet (both the backups and the original) need to be lost at the same time for you to lose your bitcoins. You don't need insurance, because you already have insurance by backing up in multiple locations.
member
Activity: 98
Merit: 10
(:firstbits => "1mantis")
I think you are missing what Foxpup is saying.  Your deposit box being destroyed is no guarantee that you lost access to the funds.  It is impossible to prove that you have no backup of the private key and that anything of material value was lost.  No insurance company (none anywhere, ever) is going to write insurance for an event (that the insured was actually lost/destroyed) that they can't prove actually happened.

Quote
I see all this talk about storing bitcoin in a safe box, but no one ever talks about INSURING FOR LOSS. Because what IF I have my wallet backed up in say 3 places and what IF all 3 places get hit!? Then what!?

You lose.  Of course the odds that a personal safe, safety deposit box, and encrypted archive in the cloud all were destroyed simultaneously is so small that if it happened you likely have bigger problems.

So skip the idea of getting insurance and just backup the wallet to other locations.

I am just concerned of the weakest link. AKA location that is easiest to steal or hack.
donator
Activity: 1218
Merit: 1079
Gerald Davis
I think you are missing what Foxpup is saying.  Your deposit box being destroyed is no guarantee that you lost access to the funds.  It is impossible to prove that you have no backup of the private key and that anything of material value was lost.  No insurance company (none anywhere, ever) is going to write insurance for an event (that the insured was actually lost/destroyed) that they can't prove actually happened.

Quote
I see all this talk about storing bitcoin in a safe box, but no one ever talks about INSURING FOR LOSS. Because what IF I have my wallet backed up in say 3 places and what IF all 3 places get hit!? Then what!?

You lose.  Of course the odds that a personal safe, safety deposit box, and encrypted archive in the cloud all were destroyed simultaneously is so small that if it happened you likely have bigger problems.
member
Activity: 98
Merit: 10
(:firstbits => "1mantis")
Right Wink

But physical bitcoins are somewhat limited in function. How can I PROVE that a 10btc C coin is worth 60USD or 80USD?

I see all this talk about storing bitcoin in a safe box, but no one ever talks about INSURING FOR LOSS. Because what IF I have my wallet backed up in say 3 places and what IF all 3 places get hit!? Then what!?
legendary
Activity: 4466
Merit: 3090
Vile Vixen and Miss Bitcointalk 2021-2023
You might possibly be able to insure physical bitcoins for their bitcoin value, but you definitely won't be able to do the same for a wallet backup, because if the backup is lost, stolen, or destroyed, that does not mean you've lost the bitcoins. After all, you do have backups in several locations, right? Right?
member
Activity: 98
Merit: 10
(:firstbits => "1mantis")
I just recently got a safe deposit box and I have an encrypted backup of my wallet inside.

Now here is the thing. If I have a savings or checking account with the bank, those funds are covered by FDIC.

Safe deposit boxes are not covered by FDIC. I need to get separate insurance for the contents.

Bitcoin is not like gold or silver. The amount and the value of the bitcoin in the box will change often.

When applying for insurance how would I go about doing this? What would I classify bitcoin as? Would they be like a collectible such as baseball cards?

Thoughts?
Jump to: