bitcoin-fs
Convert any file to a series of bitcoin addresses.
npm install bitcoin-fs
Usage
var bitcoinfs =// encodebitcoinfs// decodebitcoinfs
Or, from the command-line:
npm install -g bitcoin-fsbitcoin-fs encode test.txt >out.addressesbitcoin-fs decode out.addresses >test.v2.txt
Why?
Once data has been converted to a series of valid bitcoin addresses, it can be stored in the blockchain by including the addresses as recipients of transactions.
This is not a cheap way to backup data, but it is perhaps a very persistent one.
License
MIT