I have found that splitting the key in 256 bytes chunks, then QrCoding them is sufficient for my usage:
https://gist.github.com/Gui13/5e5fe0c7c67d55373767d4965b1638...
With that script, a 2048 bits key in PEM is about 4 pages (+ 5 others if I print it in text format), which I can store in a safe, and conveniently rescan using zbarcam anytime.
I have found that splitting the key in 256 bytes chunks, then QrCoding them is sufficient for my usage:
https://gist.github.com/Gui13/5e5fe0c7c67d55373767d4965b1638...
With that script, a 2048 bits key in PEM is about 4 pages (+ 5 others if I print it in text format), which I can store in a safe, and conveniently rescan using zbarcam anytime.