Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix no password wrong message displayed in case of incorrect password. #2

Closed
Anish-M-code opened this issue May 3, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Anish-M-code
Copy link
Owner

currently if incorrect password is entered , no warning is displayed we have to guess it by checking if document was correctly decrypted or not. We must add a mechanism to show password incorrect to improve usability.

@Anish-M-code Anish-M-code added this to the release v2.0 milestone May 3, 2022
@Anish-M-code Anish-M-code added the wontfix This will not be worked on label Jun 24, 2022
@Anish-M-code Anish-M-code reopened this Jul 20, 2022
@Anish-M-code Anish-M-code self-assigned this Jul 20, 2022
@Anish-M-code Anish-M-code added enhancement New feature or request and removed wontfix This will not be worked on labels Jul 20, 2022
Anish-M-code added a commit that referenced this issue Jul 22, 2022
-> Replace AES-256-CFB with AES-256-GCM 
-> Add mechanism to detect Incorrect password while unlocking Private key protected by passphrase.
-> Improved Error Handling.

Fixes issue #4 #3 #2
@Anish-M-code
Copy link
Owner Author

Fixed in release version 1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant