@samwen/base62-util

1.0.4 • Public • Published

base62-util

Instead of base64, base62 encode for string consists of only alphanumeric:

0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

how to install

npm install @samwen/base62-util --save

how to use

const { base62_encode, base62_decode } = require('@samwen/base62-util');

const str = 'Hello base62 encode/decode';
const encoded = base62_encode(str);
const decoded = base_decode(encoded);

/@samwen/base62-util/

    Package Sidebar

    Install

    npm i @samwen/base62-util

    Weekly Downloads

    10

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    2.65 kB

    Total Files

    4

    Last publish

    Collaborators

    • samwen