purpose | apply base 64 encoding to a string |
---|---|
input | a selection of titles |
output | the input with base 64 encoding applied |
Learn more about how to use Filters
See Mozilla Developer Network for details of base 64 encoding. TiddlyWiki uses library code from @nijikokun to handle the conversion.
The input strings are interpreted as binary data. The output strings are base64 encoded.