hash-generator
A no dependency randomly consistent (a-la-Stripe) hash generator

Why?
// TODO
Installation
npm install consistent-ids --save
Or use yarn (I â¤ď¸ yarn)
yarn add consistent-ids
Usage
#In Your .env file
HASH_KEY = SomeTrulyRandomKeyWhichCannotBeGuessedByAnyone
import HashGenerator from 'consistent-ids';
const generator = new IdGenerator();
generator.generate('ord');
generator.generate('cus');
FAQ
// TODO
Related
// TODO
Contributors
Thanks goes to these people â¨
License
MIT Š ClÊment SAUVAGE