<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 5/11/17 6:50 PM, Tom Scavo wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAEtu=dPLWa7-9+pjLb9GT+qFLw0p8mMpTi0wraHqsyG3uEWaSQ@mail.gmail.com"><br>
      <pre wrap="">Wow, that's very interesting. I wonder if there are tools that support
the base64url encoding? (The *nix base64 command doesn't seem to
help.)
</pre>
    </blockquote>
    <br>
    I have not personally seen any use of it outside of JOSE and
    friends, and related libraries/tools.  <br>
    <br>
    However as they mention in JWS [1], it's trivial to implement
    base64url in terms of using existing base64 routines + a bit of
    search/replace.  So for example a little wrapper script around the
    base64 cli tool would probably do the trick.<br>
    <br>
    <br>
    [1] <a href="https://tools.ietf.org/html/rfc7515#appendix-C"
      class="external-link" rel="nofollow" title="Follow link">https://tools.ietf.org/html/rfc7515#appendix-C</a><br>
    <br>
  </body>
</html>