1.0.1 • Published 5 years ago

nativescript-md5 v1.0.1

Weekly downloads
89
License
Apache-2.0
Repository
github
Last release
5 years ago

NativeScript MD5

A plugin for calculating MD5 hash string in "Native" way.

Supported Platform

Both iOS and Android.

Installation

tns plugin add nativescript-md5

Usage

To use the MD5 module you need to import the module.

TypeScript

import { MD5 } from 'nativescript-md5';

const hash = MD5.hashForString("hello");
console.log(hash); // => 5d41402abc4b2a76b9719d911017c592

License

Apache License Version 2.0, January 2004