BASENC(1) BASENC(1) basenc - Encode/decode data and print to standard output basenc []... [] ,,basenc" , , . , -, . . --base64 ,,base64" (,,RFC4648" 4. ) --base64url ,,file-" ,,url-safe" ,,base64" (,,RFC4648" 5. ) --base32 ,,base32" (,,RFC4648" . 6) --base32hex ,,base32" (,,RFC4648" 7. ) --base16 (,,RFC4648" 8. ) --base2msbf (msb) --base2lsbf (lsb) -d, --decode -i, --ignore-garbage , - -w, --wrap= ( 76). 0 --z85 85- (,,ZeroMQ" :32/Z85); , 4; , 5 --help --version , . --ignore-garbage - . ENCODING EXAMPLES $ printf '\376\117\202' | basenc --base64 /k+C $ printf '\376\117\202' | basenc --base64url _k-C $ printf '\376\117\202' | basenc --base32 7ZHYE=== $ printf '\376\117\202' | basenc --base32hex VP7O4=== $ printf '\376\117\202' | basenc --base16 FE4F82 $ printf '\376\117\202' | basenc --base2lsbf 011111111111001001000001 $ printf '\376\117\202' | basenc --base2msbf 111111100100111110000010 $ printf '\376\117\202\000' | basenc --z85 @.FaC . coreutils: Copyright (C) 2023 Free Software Foundation, Inc. 3+: 3 . : . , . ,,info '(coreutils) basenc invocation'" ; 3 . . , - TODO <>. coreutils 9.4 2024 BASENC(1)