bitlogik / uniblow

UNIversal BLOckchain Wallet
GNU General Public License v3.0
19 stars 12 forks source link

Need to have a password protection for the BasicFile device #1

Closed bitlogik closed 3 years ago

bitlogik commented 3 years ago

Ask the user to input a password to protect the key on disk. The key file will be protected with Argon2id derived key, encrypted with Chacha20 and checked with Poly1305 MAC. Password chosen can be blank for ease of use.