Skip to content

luckymarmot/Paw-HexToBase64DynamicValue

Repository files navigation

Build Status

Hex to Base 64 Dynamic Value (Paw Extension)

A Paw Extension that converts hexadecimal encoded strings to Base 64. This handles binary data correctly.

For example, your hexadecimal input is: 696c6f7665706177 (which is the hexadecimal encoding of the byte string ilovepaw), the result will be base64("ilovepaw") which is aWxvdmVwYQ==.

If you're looking for the opposite behavior (Base 64 to hexadecimal), you should probably use the Base 64 to hexadecimal Dynamic Value.

Installation

Easily install this Paw Extension: Install Hex to Base 64 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 an hexadecimal encoded strings to base 64.

Resources

License

Stars

Watchers

Forks

Packages

No packages published