You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a situation where I got a JWE object from an external source that used A256GCM encoding.
Most other php libraries had trouble even reading my private key, and since this here is using openssl directly, it could. But the encoding was unknown.
So I digged a bit and managed to add decoding support.
I had a situation where I got a JWE object from an external source that used
A256GCM
encoding.Most other php libraries had trouble even reading my private key, and since this here is using openssl directly, it could. But the encoding was unknown.
So I digged a bit and managed to add decoding support.
It's probably pretty easy to go from there but I don't have time to write tests and am happy enough that it works at all.
Maybe it'll help someone.
The text was updated successfully, but these errors were encountered: