Post
Topic
Board Electrum
Merits 4 from 1 user
Re: Need help finding wallet password.
by
nc50lc
on 11/04/2023, 04:41:11 UTC
⭐ Merited by hugeblack (4)
But how did he manage to know the balance? I thought that the seeds and private keys are encrypted using AES-256-CBC, and therefore if you only have the file and without a password, you will not be able to know your balance.
The same way blockexplorers check for balance, just from the addresses or master public key.
Users do not need to paste their seed or private key to check their balance.

Electrum's wallet file is just a long .json human-readable data containing the addresses, transaction history, seed, master keys, some settings and other data.
If the user didn't encrypted the wallet file but set a password as seen here:

All those data are still accessible by Electrum and still human-readable except the seed and master private key.
Electrum will only ask for password when the encrypted data, the master private key or seed are required.