apiiw-algorithmv1
v1.0.9
Published
Library untuk hashing password, compare password, dan generate UUID.
Readme
piw-helper
piw-helper is a helper library for hashing password,
Instalation
Use npm to install apiiw-algorithm.
npm install apiiw-algorithmUsage
import { Hash, Compare, GenerateUUID} from "apiiwcrypt";
Hash("foobar"); // string
// returning 'Apiiwu66l666l666y22z11i9994Dd.00Aa09Bb08CcDev'
Compare('Apiiwu66l666l666y22z11i9994Dd.00Aa09Bb08CcDev', 'foobar')
// returning bool: true
GenerateUUID()
// returning xNfEijEMYZedZnYAM2nkIJXrlJMaDE7kiJUzXMY8C8XH4hPYmcXJZi3EwdRn5QJmContributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
