maciejhirsz/tiny-bip39

Add a mechanism to prevent the leak of sensitive data

neithanmo opened this issue · 0 comments

Seed contains sensitive data that can remain in memory even after it is dropped. for that reason, such data should be zeroized.