I'm working on a project where I need to communicate ed25519 keys from person-to-person, ideally. I've base64-encoded them, and they're short enough for that to be feasible. Is there any way I could encode this information into something like a made-up word, or some other strategy? I've thought of QR codes, but those don't work as well over long distances. I'm hoping to find something that allows keys to be spoken.
Thank you.