void-linux / void-linux/void-runit

key file and source not passed to keyscript

Open
#120 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.