Skip to content

luckymarmot/Paw-Base64ToHexDynamicValue

Repository files navigation

Build Status

Base 64 to Hex Dynamic Value (Paw Extension)

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.

Installation

Easily install this Paw Extension: Install Base 64 to Hex Dynamic Value

Development

Build & Install

npm install
cake build
cake install

Watch

During 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.

About

Paw Dynamic Value that converts Base 64 encoded strings to hexadecimal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published