Thanks for your prompt reply. New wallets on the way? Could you point me where I can find some info about these new wallets?
The new wallets are based on
BIP 32. This is a standard that was developed with the Bitcoin-Qt core devs, and planned to be adopted by Bitcoin-Qt, Multibit, Electrum, and I'm sure others. It's a solid "deterministic wallet" algorithm that is secure and extremely flexible. And soon "standard." This means that you will have a root key and chaincode that can be plugged into
any program and you'll get the same wallet (the programs most likely won't have the same wallet file format, but the addresses will all be derived the same way from the same seed data).
There's a lot of cool things I'm doing with the new wallets, but it'll be some time before I get them done. And some other priorities popped up. But the important part is that since it's based on BIP 32, it will be easier to switch to and from Armory without having to create and maintain different wallets.
Would it be possible to guarantee that the wallet can be restored even for someone with absolutely no skills? My main concern, and one of the reasons I chose Armory and the offline wallet option, was to ensure that in the event of my sudden demise, my family would still have access to my wallet. I'll try to keep up with Armory as the years go on, but I'd like to know that even in the worst-case scenario timing-wise, my kids would be able to access them.
This really isn't possible. The algorithm for generating addresses is based on elliptic curve cryptography, which is "complicated" and critical to the security of the scheme. No matter how you look at it, you're going to need an app that understands the input data and knows how to apply the algorithm (though, for a cryptographer, the algorithm is dead simple). However, in the event of your demise, if your family finds your paper backup, they will see "Armory" and the logo on it, and only a little bit of googling should lead them to my website. Once they are there, they will eventually recover your coins. Also, as mentioned previously, brainwallet.org also generates that address chains for you, though you have to import them into an app (like Armory) in order to use them, so you might as well just get Armory and recover the wallet. And as mentioned -- even if Armory was discontinued -- if Bitcoins are valuable enough to be worth recovering,
any prior version of Armory will be sufficient for recovering the coins.
On that note, maybe I will add a screenshot of a paper backup to the front page, so in an event like you are talking about, the person who shows up at the website will immediately see they're at the right place.