Updates of gpg encrypt and decrypt scripts#26
Open
user414 wants to merge 8 commits intocytopia:masterfrom
Open
Updates of gpg encrypt and decrypt scripts#26user414 wants to merge 8 commits intocytopia:masterfrom
user414 wants to merge 8 commits intocytopia:masterfrom
Conversation
added 5 commits
December 28, 2023 09:04
…is now the default for gpg encrypt
…e without decrypting since the signature is encrypted in the file. Therefore the only useful way to verify alone is to verify a detach signature which this did not do. Deleting for now.
… to enter passphrase but rely on gpg on the system to prompt the user in a system dependant way
…hrase but rely on gpg on the system to prompt the user in a system dependant way
|
Hi @user414 ! Check my scripts in: They are updated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Good morning, I hope you are doing well and thanks for the work on the scripts. The gpg scripts had not been updated in a while and they were not working anymore mainly due to a change in key format output by gpg. Instead of hard coding thought I would take the time instead to update the scripts. Feel free to merge them if you like, thanks again for the work.