hruid

1.0.1 • Public • Published

hruid

Human-readable Base16 IDs. Address space of Address space of 1010*2876*9999 = 29,044,695,240 which is larger than 2^32.

WIP: Supporting up to 32-byte keys

Usage

const {fromKey, toKey} = require('hruid')

// converting base16 key to hruid
console.log(fromKey("a70e67e1"))
$ 'such-patch-9169'

console.log(toKey("such-patch-9169"))
$ "a70e67e1"

/hruid/

    Package Sidebar

    Install

    npm i hruid

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    31.6 kB

    Total Files

    5

    Last publish

    Collaborators

    • jackyzha0