zingolabs / zingolib_original

ZingoLib
MIT License
1 stars 1 forks source link

In the `cli`, passwords are shown in plaintext. #100

Open dannasessha opened 2 years ago

dannasessha commented 2 years ago

Using the encrypt (to set), decrypt (to remove) and unlock (to temporarily unblock send restrictions) commands, the password is shown in plaintext.

We should make the input password appear as a string of * characters, minimally. This might involve a second, follow-up input to the original command.