b64decode
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | b64decode [2011/03/21 03:31] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======Synopsis: | ||
| + | $[[b64decode]](//< | ||
| + | |||
| + | ======Returns: | ||
| + | Returns the inverse RFC1421 transformation of //< | ||
| + | as Base64. | ||
| + | three bytes. | ||
| + | |||
| + | Alas, because ircII only supports C strings, if //< | ||
| + | binary data (with nuls) it will probably not do what you hope. | ||
| + | |||
| + | The reverse transformation is [[b64encode]]. | ||
| + | |||
| + | 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 rfc1421 string //< | ||
| + | |||
b64decode.txt · Last modified: 2011/03/21 03:31 by 127.0.0.1
