Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.53 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.53 KB

Nativescript-SHA apple android

npm npm Build Status Donate

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.

Prerequisites / Requirements

None.

Installation

To install, simply run:

tns plugin add nativescript-sha

Usage

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")}`);

Donation

If this project helped you reduce your development time, you could consider helping me with a cup of coffee or some electricity :)

Donate

License

Apache License Version 2.0, January 2004