codificar_base64
Encodes text into Base64 or URL-safe Base64 representation.
Instructions
Codifica un texto en Base64 (standard o URL-safe).
Args: texto: texto a codificar url_safe: usar variante URL-safe (reemplaza +/ por -_, sin padding)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texto | Yes | ||
| url_safe | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |