-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detached signature #138
Comments
By my read of the code, it's not supported... I don't remember implementing it.... |
AFAIK the default settings return a detached signature. From my npm package:
This will return a detached signature. You can run the tests to see an example:
|
@jjperezaguinaga That output appears incorrect for a cleartext signed message according to rfc4880 Section 6.2: https://tools.ietf.org/html/rfc4880#section-6.2.
In this case it would likely look something like:
Also, that payload seems relatively big for a detached signature of that message, it seems that the payload being generated is likely including the message. It seems likely as @maxtaco claimed, detached signatures is either not implemented or there's a bug somewhere that regardless of the detached flag being true, it is always generating an embedded signature that includes the message. |
kbpgp supported create detached signature?
In changelog:
But I cannot find example and my script not work
detached: true always ignore
The text was updated successfully, but these errors were encountered: