Skip to content

virtru-components/hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex - Encodes and decodes hex strings

A simple tool for encoding and decoding hex strings.

Usage:

var hex = require('hex');

var encodedString = hex.encode('Hello world');
// encodedString == "48656c6c6f20776f726c64"

var string = hex.decode('466f6f');
// string == 'Foo'

About

Simple hex string encoder/decoder

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •