Skip to content

[WIP] Fix: Copy functionality failed to retrieve password when GnuPG key isn't already unlocked#2

Draft
AntonVanAssche wants to merge 2 commits into
masterfrom
1-bug-copy-functionality
Draft

[WIP] Fix: Copy functionality failed to retrieve password when GnuPG key isn't already unlocked#2
AntonVanAssche wants to merge 2 commits into
masterfrom
1-bug-copy-functionality

Conversation

@AntonVanAssche

@AntonVanAssche AntonVanAssche commented Apr 1, 2023

Copy link
Copy Markdown
Owner

Description

Once done, this will resolve issue #1.

Issues Resolved

Closes: #1

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Motivation and Context

When attempting to use the --copy option in BashPass-Remote, if the GnuPG key has not been unlocked on the server beforehand, the program will not prompt the user to enter the password like it does with the --list option. Instead, it will continuously attempt to decrypt the password file until it fails. Once it fails, the program will write an empty string or nothing at all, to the clipboard instead of the correct password.

By contributing, you agree that your contributions will be licensed under the MIT License, and follows the contributing guidelines.

@AntonVanAssche AntonVanAssche added Priority: high Priority: high Status: WIP DO NOT MERGE, Work in progress Type: bug Something isn't working labels Apr 1, 2023
@AntonVanAssche AntonVanAssche self-assigned this Apr 1, 2023
@AntonVanAssche AntonVanAssche marked this pull request as draft April 1, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: high Priority: high Status: WIP DO NOT MERGE, Work in progress Type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Copy functionality failes to retrieve password when GnuPG key wasn't unlocked earlier

1 participant