This plugin gives access to native SHA generation code on iOS and Android.
Supports SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512.
Also support HMAC for all supported SHA hashes.
None.
To install, simply run:
tns plugin add nativescript-sha
import { Sha256, HmacSha256 } from 'nativescript-sha';
console.log(`Hash is ${Sha256("this is our test data")}`);
console.log(`Hmac is ${HmacSha256("secretkey", "this is our test data")}`);
If this project helped you reduce your development time, you could consider helping me with a cup of coffee or some electricity :)
Apache License Version 2.0, January 2004