A Paw Extension that converts Base 64 encoded strings to hexadecimal. This handles binary data correctly.
For example, your Base 64 input is: AAECAwQ= (which is the Base 64 encoding of the byte string \0\1\2\3\4), the result will be hex("\0\1\2\3\4") which is 0001020304.
If you're looking for the opposite behavior (hexadecimal to base 64), you should probably use the Hex to Base 64 Dynamic Value.
Easily install this Paw Extension: Install Base 64 to Hex Dynamic Value
npm install
cake build
cake installDuring development, watch for changes:
cake watch##License
This Paw Extension is released under the MIT License. Feel free to fork, and modify!
Copyright © 2014 Paw Inc.
##Contributors
See Contributors.