What encryption is used for wallets?
Electrum uses AES-256-CBC to encrypt the seed and private keys in the wallet.If I want to encrypt the seed manually to verify that its the same private key
generated as electrum, uses, can I use something like this:
http://aes.online-domain-tools.com/I assume I would put the key in the input text field, but
what would i put in the key field?