actpkg.dev
Components

library/encoding

v0.4.3 Signed

Encode/decode: base64(url), base16, base32(hex), base36/58/62, ascii85, url, quoted-printable, html, punycode

by @library updated 2026-07-16 384 KB 0

Install

$ act pull actpkg.dev/library/encoding

Capabilities

Fully sandboxed

This component requests no filesystem, network, or socket access.

Risk Low Medium High

Tools · 2

act:tools interface — expand a tool for its input schema.

  • encode

    Encode a string or binary data. format: base64 (default), base64-nopad, base64url, base64url-nopad, base16, base32, base32hex, base36, base58, base62, ascii85, url, quoted-printable, html, punycode

    ParameterTypeDescription
    input*variantData to encode: a text string, or raw bytes as a {"$bytes":"<base64>"} object
    formatvariantCodec to use (default base64)

    Returns content.

  • decode

    Decode a string. format: base64 (default), base64-nopad, base64url, base64url-nopad, base16, base32, base32hex, base36, base58, base62, ascii85, url, quoted-printable, html, punycode

    ParameterTypeDescription
    input*stringEncoded string to decode
    formatvariantCodec the input is in (default base64)

    Returns content.

Readme

No README provided.