1.0.4 • Published 4 years ago

nativescript-sha v1.0.4

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

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

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago