appsup-dart / jose

Javascript Object Signing and Encryption (JOSE) library
BSD 3-Clause "New" or "Revised" License
55 stars 38 forks source link

Support A256GCMKW #48

Open ullasuk opened 1 year ago

ullasuk commented 1 year ago

Can you support key wrapping A256GCMKW algorithm

rbellens commented 1 year ago

Hi @ullasuk! Because of time restrictions, I have no immediate plans to support other algorithms, but when I find some time, I might do it. Can't promise anything on the short term though. Feel free to do a pull request. Or if you want me to prioritize it, you can do some sponsoring here: https://github.com/sponsors/rbellens

Akanksharoy commented 1 month ago

@ullasuk Were you able to achieve A256GCMKW algorithm encryption and decryption technique in flutter. @rbellens Any plans of supporting it?