twb_fzhash

Creator: coderz1093

Last updated:

0 purchases

twb_fzhash Image
twb_fzhash Images
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.