Skip to content

Commit

Permalink
3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Sep 24, 2013
1 parent f684410 commit 67f7dbc
Show file tree
Hide file tree
Showing 7 changed files with 396 additions and 47 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

ChangeLog for jsjws

* 3.0.2 Release (2013-Sep-24)
- add HS384 support with jsrsasign 4.1.4 or later.
Please use
'http://kjur.github.io/jsrsasign/ext/cryptojs-312-core-fix.js' or
'http://kjur.github.io/jsrsasign/ext/cryptojs-312-core-fix-min.js' or
'http://kjur.github.io/jsrsasign/jsrsasign-4.1.4-all-min.js'
instead of orignal 'core.js' of CryptoJS.

* 3.0.1 Release (2013-Aug-28)
- jws 3.0.0 to 3.0.1
- new KJUR.jws.IntDate class for time format of JWT
Expand Down
3 changes: 3 additions & 0 deletions ext/json-sans-eval-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ext/json-sans-eval.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/*! Mike Samuel (c) 2009 | code.google.com/p/json-sans-eval
*/
// This source code is free for use in the public domain.
// NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.

Expand Down
371 changes: 371 additions & 0 deletions index_mat.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,371 @@
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="jsjws : pure JavaScript implementation of JSON Web Token(JWT) and JSON Web Signature(JWS)" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<style>
.inner {
position: relative;
max-width: 100%;
padding: 20px 10px;
margin: 0 auto;
}
th {
font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 4px;
background: #373737;
color: #fff;
}
td {
padding: 2px;
border: 1px solid #373737;
}
</style>

<title>jsjws - Algorithm Support Matrix of JWT/JWS implementations</title>
</head>

<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">Algorithm Support Matrix of JWT/JWS Implementations</h1>
<a href="http://kjur.github.io/jsjws/">TOP</a> |
<a href="https://github.com/kjur/jsjws/tags/" target="_blank">DOWNLOADS</a> |
<a href="https://github.com/kjur/jsjws/wiki#programming-tutorial">TUTORIALS</a> |
<a href="http://kjur.github.io/jsjws/api/" target="_blank">API REFERENCE</a> |
<a href="http://kjur.github.io/jsjws/index.html#demo" target="_blank">DEMOS</a> |
</header>
</div>

<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">

<!-- now editing -->
<div><i>LAST UPDATE: 2013-Sep-24</i></div>
<p>
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.
</p>

<table>
<tr>
<th>impl</th>
<th>language</th>
<th>HS256</th>
<th>HS384</th>
<th>HS512</th>
<th>RS256</th>
<th>RS384</th>
<th>RS512</th>
<th>ES256</th>
<th>ES384</th>
<th>ES512</th>
<th>PS256</th>
<th>PS384</th>
<th>PS512</th>
<th>none</th>
<th nowrap>Crypto Lib</th>
</tr>

<tr>
<td><a href="http://kjur.github.io/jsjws/">jsjws</a></td>
<td>JavaScript</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td nowrap>
<a href="http://www-cs-students.stanford.edu/~tjw/jsbn/">Tom Wu's RSA</a>,
<a href="http://kjur.github.io/jsrsasign/">jsrsasign</a>,
<a href="http://code.google.com/p/crypto-js/">CryptoJS</a>,
<a href="http://crypto.stanford.edu/sjcl/">sjcl</a>
</td>
</tr>

<tr>
<td><a href="https://npmjs.org/package/jsjws">node-jsjws</a></td>
<td>JavaScript</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td nowrap>
<a href="http://www-cs-students.stanford.edu/~tjw/jsbn/">Tom Wu's RSA</a>,
<a href="http://kjur.github.io/jsrsasign/">jsrsasign</a>,
<a href="http://code.google.com/p/crypto-js/">CryptoJS</a>,
<a href="http://crypto.stanford.edu/sjcl/">sjcl</a>
</td>
</tr>

<tr>
<td><a href="https://npmjs.org/package/jwt">jwt-node</a></td>
<td>JavaScript</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td nowrap>
<a href="http://www-cs-students.stanford.edu/~tjw/jsbn/">Tom Wu's RSA</a>,
<a href="http://kjur.github.io/jsrsasign/">jsrsasign</a>
</td>
</tr>

<tr>
<td><a href="https://github.com/michaelrhanson/jwt-js">jwt-js</a></td>
<td>JavaScript</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td nowrap>
<a href="http://www-cs-students.stanford.edu/~tjw/jsbn/">Tom Wu's RSA</a>,
<a href="http://kjur.github.io/jsrsasign/">jsrsasign</a>
</td>
</tr>

<tr>
<td><a href="https://github.com/mozilla/jwcrypto">jwcrypto</a></td>
<td>JavaScript</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td nowrap>
<a href="http://www-cs-students.stanford.edu/~tjw/jsbn/">Tom Wu's RSA</a>,
<a href="http://kjur.github.io/jsrsasign/">jsrsasign</a>,
<a href="http://crypto.stanford.edu/sjcl/">sjcl</a>
</td>
</tr>

<tr>
<td><a href="https://npmjs.org/package/green-jwt">green-jwt</a></td>
<td>JavaScript</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td nowrap>
<a href="http://nodejs.org/api/crypto.html">node-crypto</a>
</td>
</tr>

<tr>
<td><a href="https://bitbucket.org/nimbusds/nimbus-jose-jwt">Nimbus JWT</a></td>
<td>Java</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td nowrap>
<a href="http://www.bouncycastle.org/java.html">BouncyCastle</a>
</td>
</tr>

<tr>
<td><a href="https://github.com/nov/json-jwt">json-jwt</a></td>
<td>Ruby</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td nowrap>Ruby(OpenSSL)</td>
</tr>

<tr>
<td><a href="https://pypi.python.org/pypi/jws/0.1.0">jws</a>
<td>Python</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td nowrap>?</td>
</tr>

<tr>
<td><a href="https://github.com/rohe/pyjwkest">pyjwkest</a></td>
<td>Python</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td nowrap>
<a href="https://pypi.python.org/pypi/M2Crypto">M2Crypto</a>
</td>
</tr>

<tr>
<td><a href="https://github.com/ritou/php-Akita_JOSE">php Akita JOSE</a></td>
<td>PHP</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&#10004;</td>
<td nowrap>?</td>
</tr>

<tr>
<td><a href="https://github.com/xaicron/p5-JSON-WebToken">p5 JSON WebToken</a></td>
<td>Perl</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td nowrap>?</td>
</tr>

<tr>
<td><a href="https://github.com/johnsheehan/jwt">jwt for .NET</a></td>
<td>C#</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&#10004;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td nowrap>CNG,CAPI</td>
</tr>

</table>

Back to <a href="index.html">TOP</a>.

<!-- now editing -->

</section>
</div>

<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">jsrsasign maintained by <a href="https://github.com/kjur">kjur</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
<div align="center" style="color: white">
Copyright &copy; 2013 Kenji Urushima. All rights reserved.
</div>
</footer>
</div>

</body>
</html>
Loading

0 comments on commit 67f7dbc

Please sign in to comment.