void-linux / void-linux/void-runit
key file and source not passed to keyscript
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 245
- Forks
- 67
- Avg merge
- 2d
- Merged PRs (30d)
- 2
Description
In crypt.awk, the key file and source are not passed to keyscript, which makes it less useful if a program, like gpg, where to decrypt the keyfile before using it for a key slot.
I have added this to a slightly modified crypt.awk from a branch.
Hope it will be included.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading crypt.awk and locate where keyscript is invoked. Trace how the key file and source are available at that point, then verify that both are passed to keyscript as requested. Done means a keyscript can use those values to decrypt or otherwise prepare a key file before it is used for a key slot.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- awk
- Domain
- security
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100