3.0.0 • Published 4 months ago

@xn-02f/md5 v3.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
4 months ago

MD5

Actions npm LICENSE

🔓 MD5 is tiny library without dependencies for node, convert string to MD5 hash.

Install

Via npm :

npm i @xn-02f/md5

Usage

import md5 from '@xn-02f/md5'

md5('xn-02f');  // => '54d30fa674d13e3598970bc9c5e2388e'
Parameterreturn
stringThe value to be converted.stringMD5 hex hash string.

License

MIT

3.0.0

4 months ago

2.4.2

1 year ago

2.4.4

1 year ago

2.3.0

3 years ago

2.2.6

4 years ago

2.2.3

4 years ago

2.1.1

5 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.7

5 years ago

1.1.2

5 years ago

1.0.0

6 years ago