b64encode
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | b64encode [2012/07/04 06:30] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: b64encode.txt, | ||
| + | ======Synopsis: | ||
| + | $[[b64encode]](//< | ||
| + | |||
| + | ======Returns: | ||
| + | Returns the RFC1421 transformation of //< | ||
| + | Base64 converts three bytes of input into four Base64 digits. | ||
| + | Base64 digits are safe to send over text-only transmissions. | ||
| + | |||
| + | Alas, //< | ||
| + | support non-C-strings. | ||
| + | |||
| + | The reverse transformation is [[b64decode]]. | ||
| + | |||
| + | Don't confuse this encoding with the one used by FiSH (popularized by eggdrop | ||
| + | and other irc clients for encrypted messages). | ||
| + | can be decoded using the [[xform]] FISH64 transform. | ||
| + | |||
| + | ======Returns: | ||
| + | The string //< | ||
| + | |||
| + | |||
b64encode.txt · Last modified: 2012/07/04 06:30 by 127.0.0.1
