0 purchases
twb fzhash
twb-fzhash #
twb-zhash but in flutter.
example #
import 'package:twb_fzhash/twb_fzhash.dart';
IZKey zKey = IZKey("fShewpyamBky7dEP", "thisismysampleiv");
// encode
final deviceId = "my-uuid-v4";
final hashCode = ZHash().zHashGuard(payloadHit, zKey);
// decode
// "my-uuid-v4" or ""
final decode = ZHash().zDecodeGuard(payloadHit, zKey);
// validate
// true or false
final validation = ZHash().zhashGuardValidation(hashCode, zKey);
copied to clipboard
See :
https://www.npmjs.com/package/twb-zhash
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.