CyberChef icon indicating copy to clipboard operation
CyberChef copied to clipboard

Operation request: Sign/Verify with EdDSA

Open cplussharp opened this issue 10 months ago • 0 comments

Summary

Similar to RSA, support "Sign with EdDSA" and "Verfiy with EdDSA"

Example Input

the needed key for the operation (sign=>private key | verify => public key) as PEM

for sign the message is the input for verify the signature is the input (and the message is provided as option)

Example Output

for sign: the signature for verify: the verification result

cplussharp avatar Apr 13 '24 12:04 cplussharp