yds12 / guarakapa

Password manager for the terminal.
MIT License
3 stars 1 forks source link

Erase secrets from memory after use #16

Open yds12 opened 2 years ago

yds12 commented 2 years ago

After secrets (such as passwords) are used, they can be deleted from memory to increase safety (as deallocating does not guarantee memory deletion). We can use zeroize.