Nativescript-SHA

This plugin gives access to native SHA generation code on iOS and Android.
Currently only SHA-256 is supported but more will be added.
(Optional) Prerequisites / Requirements
None.
Installation
To install, simply run:
tns plugin add nativescript-shaUsage
import { Sha256 } from 'nativescript-sha';
console.log(`Data is ${Sha256("this is our test data")}`);License
Apache License Version 2.0, January 2004