163 sats \ 1 reply \ @om 30 Aug 2022 \ on: Storing seeds digitally as safely as possible bitcoin
You could encrypt it with AES-128 in python:
and post here:
On the other side you do the same except .decrypt(encrypted) instead of .encrypt(seed).
loool. Love me some short adhoc Python scripts!
reply