Post
Topic
Board Development & Technical Discussion
Re: About Wallet.dat password AES.256.CBC "Initialization Vector"
by
achow101
on 16/01/2024, 01:18:06 UTC
but there are multiple wallet addresses in wallet.dat
When encrypting wallet.dat, shouldn't we think only on a file basis? For example, if a wallet.dat has 5 wallet addresses, we cannot say that we only apply AES.256.CBC for one wallet address and do not encrypt the remaining 4. so the operation with password applies to the entire file. not for the address.
Each private key is encrypted individually. The wallet file is not encrypted as a whole.