Closed cyon1c closed 6 years ago
propose KEP (key encryption passphrase) (KEK, for Key Encryption Key, is in common usage)
We should also probably have an item to verify that the passphrase to key function (called a key derivation function or password based key derivation function (PBKDF)) is something sane and not just a sha256 or somesuch.
In
wallet.py
andstorage.py
, the variable used to encrypt to the wallet file on disk is calledmasterPassword
which is highly confusing. This needs to be refactored.