mirror of
https://github.com/bitwarden/cli
synced 2025-12-18 01:03:13 +00:00
Don't show * mask when entering password (#23)
- The * mask has the potential to leak the users password length and should not be used. Fixes #8
This commit is contained in:
committed by
Kyle Spearrin
parent
e3c2be9e84
commit
4b99745114
@@ -18,7 +18,6 @@ export class ExportCommand {
|
||||
type: 'password',
|
||||
name: 'password',
|
||||
message: 'Master password:',
|
||||
mask: '*',
|
||||
});
|
||||
password = answer.password;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user