Skip to content

๐Ÿ”  Makes short hashes from numbers and vice-versa

Notifications You must be signed in to change notification settings

vitalyso/hash36

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Hash36

A simple encoder/decoder of numbers to short strings and back

Usage

$h36 = new Hash36();
var_dump($h36->encode(1)); //string 'BKPXGK' (length=6)
var_dump($h36->decode('BKPXGK')); //string '1' (length=1)

About

๐Ÿ”  Makes short hashes from numbers and vice-versa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages