Algorithm Support Matrix of JWT/JWS Implementations

TOP | DOWNLOADS | TUTORIALS | API REFERENCE | DEMOS |
LAST UPDATE: 2013-Sep-24

There are many implementations of JWT/JWS and below shows which algorithms are supported. If you know any aother implementation or find a mistake in the table please let me know.

impl language HS256 HS384 HS512 RS256 RS384 RS512 ES256 ES384 ES512 PS256 PS384 PS512 none Crypto Lib
jsjws JavaScript Tom Wu's RSA, jsrsasign, CryptoJS, sjcl
node-jsjws JavaScript Tom Wu's RSA, jsrsasign, CryptoJS, sjcl
jwt-node JavaScript Tom Wu's RSA, jsrsasign
jwt-js JavaScript Tom Wu's RSA, jsrsasign
jwcrypto JavaScript Tom Wu's RSA, jsrsasign, sjcl
green-jwt JavaScript node-crypto
Nimbus JWT Java BouncyCastle
json-jwt Ruby Ruby(OpenSSL)
jws Python ?
pyjwkest Python M2Crypto
php Akita JOSE PHP ?
p5 JSON WebToken Perl ?
jwt for .NET C# CNG,CAPI
Back to TOP.