novasamatech / parity-signer

Air-gapped crypto wallet.
https://www.parity.io/signer/
GNU General Public License v3.0
555 stars 164 forks source link

Zeroize secrets in rust code #827

Open Slesarew opened 2 years ago

Slesarew commented 2 years ago

Check that everything is cleared properly before releasing.

Maybe some automatic testing? (should not be needed in zeroize abstractions are used)

Slesarew commented 2 years ago

related issue reported https://github.com/paritytech/substrate/issues/9870

Slesarew commented 2 years ago

This pretty much should be resolved by https://github.com/paritytech/substrate/issues/8089 and #844