Home
last modified time | relevance | path

Searched refs:base64 (Results 1 – 16 of 16) sorted by relevance

/coreutils/man/
Dbase64.x2 base64 \- base64 encode/decode data and print to standard output
D.gitignore5 base64.1
Dlocal.mk73 man/base64.1: src/base64$(EXEEXT)
/coreutils/tests/cksum/
Dcksum-raw.sh55 returns_ 1 cksum --base64 --raw </dev/null || fail=1
/coreutils/src/
D.gitignore7 base64
Dbasenc.c275 struct base64_decode_context base64; member
304 base64_decode_ctx_init (&ctx->ctx.base64); in base64_decode_ctx_init_wrapper()
312 bool b = base64_decode_ctx (&ctx->ctx.base64, in, inlen, out, outlen); in base64_decode_ctx_wrapper()
313 ctx->i = ctx->ctx.base64.i; in base64_decode_ctx_wrapper()
362 base64_decode_ctx_init (&ctx->ctx.base64); in base64url_decode_ctx_init_wrapper()
392 bool b = base64_decode_ctx (&ctx->ctx.base64, ctx->inbuf, inlen, in base64url_decode_ctx_wrapper()
394 ctx->i = ctx->ctx.base64.i; in base64url_decode_ctx_wrapper()
/coreutils/scripts/build-older-versions/
DREADME.older-versions133 base64-6.12 id-7.6 sha384sum-6.12
134 base64-7.6 install-5.0 sha384sum-7.6
/coreutils/.github/
DISSUE_TEMPLATE.txt61 * Do not send messages encoded as HTML nor encoded as base64 MIME nor
DPULL_REQUEST_TEMPLATE.txt50 * Do not send messages encoded as HTML nor encoded as base64 MIME nor
/coreutils/
DAUTHORS7 base64: Simon Josefsson
DREADME10 [ arch b2sum base32 base64 basename basenc cat chcon chgrp chmod chown
Dcfg.mk885 _cksum = ^tests/cksum/cksum-base64\.pl$$
DNEWS19 base32 and base64 no longer require padding when decoding.
114 'cksum -b' no longer prints base64-encoded checksums. Rather that
329 cksum now accepts the --base64 (-b) option to print base64-encoded
576 basenc --base64 --decode no longer silently discards decoded characters
768 'base64 a b' now correctly diagnoses 'b' as the extra operand, not 'a'.
856 basenc is added to complement existing base64,base32 commands,
858 base64,base64url,base32,base32hex,base16,base2,z85.
1376 base32 is added to complement the existing base64 command,
1403 base64 no longer supports hex or oct --wrap parameters,
1875 base64 encoding throughput for bulk data is increased by about 60%.
[all …]
/coreutils/scripts/git-hooks/
Dcommit-msg17 arch b2sum base32 base64 basenc basename cat chcon chgrp chmod chown
/coreutils/tests/
Dlocal.mk292 tests/basenc/base64.pl \
299 tests/cksum/cksum-base64.pl \
/coreutils/doc/
Dcoreutils.texi44 * base64: (coreutils)base64 invocation. Base64 encode/decode data.
190 * Output of entire files:: cat tac nl od base32 base64 basenc
248 * base64 invocation:: Transform data into printable data
1631 * base64 invocation:: Transform data into printable data.
2239 same as for @command{base64}. @xref{base64 invocation}.
2243 @node base64 invocation
2244 @section @command{base64}: Transform data into printable data
2246 @pindex base64
2247 @cindex base64 encoding
2249 @command{base64} transforms data read from a file, or standard input,
[all …]