base-hash
This is an awesome lightweight util helps to hash with different base
Example
const BaseHash = ; const baseHash = ; console; //dnhconsole; //12345
By default the characters used for hashing are
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
If you want to override the characters please refer the below code
const BaseHash = ; const baseHash = 'abcde'; console; //deddeaconsole; //12345
You also can check source code
LICENSE
MIT