JOSE icon indicating copy to clipboard operation
JOSE copied to clipboard

Support AES keys / symmetric keys

Open TheButlah opened this issue 1 year ago • 1 comments

I'd like to use this library for representing both ed25519 keys (supported) and AES content encryption keys (unsupported). From what I can tell, RFC7517 defines how to specify those keys.

Actually performing encryption or decryption should be out of scope, IMO. I just want a way to serialize and deserialize keys.

Would you accept a PR to add this feature?

TheButlah avatar Oct 19 '24 21:10 TheButlah

Yes, that sounds fine

tarcieri avatar Oct 19 '24 23:10 tarcieri