You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When decrypting a locked key, the default password of "" is used to denote that a password is not present for this key.
This empty string is then used to actually decrypt the key, and the resulting error message is that it was the wrong password.
The correct error message should state that no password was provided.
The text was updated successfully, but these errors were encountered:
If this error is implemented, it will disallow cases where users wish to have empty passwords. So wrong password is rather correct for the cases when empty string is not the correct password.
The user is not able to generate a key with an empty password. If an empty password is provided then it will generate an unlocked key.
The user has no path through the system to generate a locked key with an empty password (unless they manually do the same steps using another tool).
When decrypting a locked key, the default password of "" is used to denote that a password is not present for this key.
This empty string is then used to actually decrypt the key, and the resulting error message is that it was the wrong password.
The correct error message should state that no password was provided.
The text was updated successfully, but these errors were encountered: