| 540a9928 | 07-Apr-2022 |
Piotr Pawel Stefaniak <[email protected]> |
Add the base64 command using b64encode and b64decode
Various scripts expect the base64 command to be present. We've had the code and it's been exposed as b64encode/b64decode, but it wasn't widely kn
Add the base64 command using b64encode and b64decode
Various scripts expect the base64 command to be present. We've had the code and it's been exposed as b64encode/b64decode, but it wasn't widely known under these names and the syntax is much different.
Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D32945
show more ...
|
| 2ad786c6 | 06-Apr-2022 |
Piotr Pawel Stefaniak <[email protected]> |
b64encode: implement -w to wrap lines
This functionality is present in GNU base64 and I find it useful when I want to generate random, ASCII-clean data of specific width.
Reviewed by: delphij Diffe
b64encode: implement -w to wrap lines
This functionality is present in GNU base64 and I find it useful when I want to generate random, ASCII-clean data of specific width.
Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D32944
show more ...
|