Open brainrake opened 8 months ago
We currently hold the password in an input field and decrypt the wallet private key for each operation. Instead, we should decrypt it and hold it in secure memory (not shared, overwritten after use).
We missed the milestone here but this is still important, so I am pushing it to the next one.
We currently hold the password in an input field and decrypt the wallet private key for each operation. Instead, we should decrypt it and hold it in secure memory (not shared, overwritten after use).