A quick mini object to get me back in the extension making mode. I made it mainly because using the Binary object for encoding and decoding strings to/from base64 was a bit overkill, also this is a bit smaller in file size
License:
Please login to see this link.
Download:
Please login to see this link. (oh noes rar-file)
Notes:
This does not encode/decode files but that might come in v2
Also it doesn't come with an example as it only has two expressions and should be easy enough to understand.
Edit:
Just want to note one more thing I had in mind, it is quite use full for basic access authentication (http auth, Please login to see this link. ) which lots of online api's uses. I found it a bit tedious to use two actions and one advance expression for something that could be done with one simple expression.