Benoît Cortier
173d60d59d
Deprecate hash base64
, extend decode
and add encode
commands ( #5863 )
...
* feat: deprecate `hash base64` command
* feat: extend `decode` and `encode` command families
This commit
- Adds `encode` command family
- Backports `hash base64` features to `encode base64` and `decode base64` subcommands.
- Refactors code a bit and extends tests for encodings
- `decode base64` returns a binary `Value` (that may be decoded into a string using `decode` command)
* feat: add `--binary(-b)` flag to `decode base64`
Default output type is now string, but binary can be requested using this new flag.
2022-06-26 00:35:23 +03:00
..
2022-05-23 09:59:34 -07:00
2022-06-26 00:35:23 +03:00
2022-06-13 13:54:47 +03:00
2022-05-18 06:18:21 -05:00
2022-06-21 23:27:58 -04:00
2022-04-01 23:12:31 +13:00
2022-06-21 12:14:29 -05:00
2022-02-16 07:38:02 -05:00
2022-02-21 08:38:15 -05:00
2022-05-11 12:26:43 +03:00
2022-04-08 08:49:28 +12:00
2022-03-18 11:35:50 +13:00
2022-02-21 08:38:15 -05:00
2022-02-21 08:38:15 -05:00
2022-02-21 08:38:15 -05:00
2022-02-07 14:54:06 -05:00
2022-02-07 14:54:06 -05:00
2022-02-07 14:54:06 -05:00
2022-05-31 18:24:33 -05:00
2022-02-22 11:32:29 -05:00
2022-02-07 14:54:06 -05:00
2022-03-18 12:35:28 -05:00
2022-03-06 20:01:29 -05:00
2022-02-17 06:40:24 -05:00
2022-04-30 22:32:30 -05:00
2022-02-07 14:54:06 -05:00
2022-02-16 07:38:02 -05:00
2022-02-09 05:58:54 -05:00
2022-02-07 14:54:06 -05:00
2022-05-21 08:32:51 -05:00
2022-05-18 06:08:43 -05:00
2022-05-19 13:59:14 -05:00
2022-02-16 12:24:45 -06:00
2022-02-19 19:26:47 -05:00
2022-04-21 06:13:58 -05:00
2022-05-18 20:47:26 -05:00
2022-03-19 10:12:54 +13:00
2022-02-07 14:54:06 -05:00
2022-02-17 06:40:24 -05:00
2022-02-09 05:58:54 -05:00
2022-02-07 14:54:06 -05:00
2022-06-25 00:55:25 +03:00
2022-02-19 19:26:47 -05:00
2022-06-03 12:37:27 -04:00
2022-05-16 06:29:40 -05:00
2022-02-07 14:54:06 -05:00
2022-06-25 00:55:25 +03:00
2022-04-24 10:29:21 +01:00
2022-03-03 13:14:03 -05:00
2022-02-09 05:58:54 -05:00
2022-02-09 05:58:54 -05:00
2022-05-18 09:49:34 -05:00
2022-05-25 19:10:31 -05:00
2022-05-13 06:47:11 -05:00
2022-02-07 14:54:06 -05:00
2022-03-26 09:14:48 +13:00
2022-02-19 19:26:47 -05:00
2022-02-19 19:26:47 -05:00
2022-03-07 20:17:33 -05:00
2022-05-17 13:28:18 -05:00
2022-05-18 06:20:26 -05:00
2022-02-07 14:54:06 -05:00
2022-03-18 12:35:28 -05:00
2022-05-07 06:23:49 -05:00
2022-02-07 14:54:06 -05:00
2022-02-19 19:26:47 -05:00
2022-02-07 14:54:06 -05:00
2022-04-07 06:44:05 -05:00
2022-06-22 19:19:06 -05:00
2022-05-14 06:04:09 -05:00
2022-03-19 10:12:54 +13:00
2022-03-18 06:55:02 +13:00
2022-02-25 13:03:39 -05:00
2022-04-27 22:45:39 -07:00
2022-03-24 16:42:41 +13:00
2022-02-22 11:32:29 -05:00
2022-02-09 05:58:54 -05:00
2022-05-15 16:44:32 -05:00