novasamatech / parity-signer

Air-gapped crypto wallet.
https://vault.novasama.io
GNU General Public License v3.0
556 stars 166 forks source link

feat: Android seed gc #2339

Closed Dmitry-Borodin closed 7 months ago

Dmitry-Borodin commented 7 months ago

Purpose

decrease probability that seed phrase will be found in memory by manually calling gc() in places where seed phrase no longer in use.

Targets #2269