A library for calculating MD5 hash string in 'native' way
npm install nativescript-md5A plugin for calculating MD5 hash string in "Native" way.
Both iOS and Android.
``bash`
tns plugin add nativescript-md5
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
``
Apache License Version 2.0, January 2004