nativescript-md5
v1.0.1
Published
A library for calculating MD5 hash string in 'native' way
Downloads
147
Maintainers
Readme
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