Benjamin Valentin
fc89531c61
sys/base64: Implement Base 64 Encoding with URL Safe Alphabet
...
RFC4648 specifies an alternate alphabet for base64 encoding / decoding
where '+' and '/' are exchanged for '-' and '-' to make the resulting
string safe to use in filenames and URLs.
This adds a base64url_encode() function that uses the alternate alphabet.
The base64_decode() function is extended to accept both alphabets.
2020-03-31 19:01:05 +02:00
..
2020-02-25 09:42:12 +01:00
2020-03-16 12:09:40 +01:00
2020-03-18 14:13:12 +01:00
2020-01-02 09:51:40 +01:00
2020-02-04 15:22:07 +01:00
2020-03-19 16:40:17 +01:00
2019-08-29 13:59:31 +02:00
2019-06-07 16:32:04 +02:00
2019-12-16 15:35:04 +01:00
2018-03-22 14:32:24 +01:00
2019-11-18 17:53:47 +01:00
2020-01-24 17:59:48 +01:00
2019-11-23 22:39:07 +01:00
2020-01-10 08:58:54 +01:00
2020-01-10 08:58:54 +01:00
2019-10-27 11:55:55 +01:00
2020-03-06 11:21:19 +01:00
2020-01-28 13:02:15 +01:00
2019-12-16 15:35:04 +01:00
2018-12-05 15:22:42 +01:00
2019-07-22 12:00:45 +02:00
2020-02-11 15:26:04 +01:00
2018-03-22 20:43:15 +01:00
2019-12-16 15:35:05 +01:00
2020-01-30 17:42:42 +01:00
2019-03-14 12:01:02 +01:00
2019-11-11 12:53:18 +01:00
2019-08-21 12:49:26 +02:00
2017-11-06 12:01:01 +01:00
2020-03-31 19:01:05 +02:00
2019-12-16 15:35:04 +01:00
2020-03-18 15:58:38 +01:00
2020-03-19 22:56:01 +01:00
2020-03-19 22:56:01 +01:00
2017-04-04 15:11:54 +02:00
2019-12-18 10:07:55 +01:00