nativescript-md5
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i nativescript-md5

Weekly Downloads

9

Version

1.0.1

License

Apache-2.0

Unpacked Size

19.7 kB

Total Files

17

Last publish

Collaborators

  • hosikiti