Post
Topic
Board Development & Technical Discussion
Re: About Wallet.dat password AES.256.CBC "Initialization Vector"
by
mamuu
on 15/01/2024, 21:03:14 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.

Thank you for the answer.