MetadataProvider and update
Tom Scavo
trscavo at gmail.com
Thu May 11 19:23:21 EDT 2017
On Thu, May 11, 2017 at 7:00 PM, Brent Putman <putmanb at georgetown.edu> wrote:
>
> 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.
>
> [1] https://tools.ietf.org/html/rfc7515#appendix-C
Are you suggesting the following:
1. Apply base64
2. Translate '/' and '+' characters
The latter could be done with the tr command, I suppose.
Tom
More information about the users
mailing list