0.1.0 • Published 4 years ago

@dikman/md5 v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

md5

npm Downloads Monthly Downloads npm bundle size (minified + gzip) License

The library for calculating Message-Digest algorithm 5 (MD5) for browser-side. It is fully compatible with UTF-8 encoding.

This library is an adaptation of webtoolkit.md5 for TypeScript. It was being made for a collection.

Contents

Installation

npm install @dikman/md5

API

function md5(str: string): string;

Calculate a MD5

import { md5 } from '@dikman/md5';

console.log(md5('hello'));
// "5d41402abc4b2a76b9719d911017c592"

License

The MIT License (MIT)

Copyright (c) 2020 Dmitriy Kuznetsov

Generated

This library was generated with Angular CLI version 8.3.22.