pyjwkest
pyjwkest copied to clipboard
`dir` value for "alg" (Algorithm) Header Parameter Values for JWE
Environment :
- macOS 10.13.4
- pyjwkest : 1.4.0
Hello
I tried to use the value dir for encryption algorithm but finally got the error :
NoSuitableDecryptionKey: dir
Can you confirm please / Any advice to implement this ?
pyjwkest doesn't support Direct AES encryption.
If pyca/Cryptography which is the crypto library used by pyjwkest supports it, then it should be possible to add it.