mlabs-haskell / godot-cardano

Integrated light wallet and off-chain SDK for the Godot engine and Cardano blockchain
https://mlabs-haskell.github.io/godot-cardano/
MIT License
3 stars 0 forks source link

hold decrypted wallet key in secure memory #36

Open brainrake opened 8 months ago

brainrake commented 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).

rmgaray commented 6 months ago

We missed the milestone here but this is still important, so I am pushing it to the next one.