Replies: 2 comments
-
The way in which agents will be supported by |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a spot-on use case for plugins, which we'll hopefully publish the spec for very soon! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What were you trying to do
I am building an ssh agent able to decrypt age files using the extension mechanism based on previous work from 42wim. In the code I am parsing the age header to detect what ssh key could be used for decryption (see code here)
What happened
The format code is stored in the internal directory making it not available externally. This forced me to copy the entire file in my repository. Would it be possible to move this to a globally available namespace, allowing program and libraries to parse the header?
Beta Was this translation helpful? Give feedback.
All reactions