@xn-02f/md5
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

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'
Parameter return
string
The value to be converted.
string
MD5 hex hash string.

License

MIT



© 2023   |   xn-02f

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i @xn-02f/md5

    Weekly Downloads

    44

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    9.77 kB

    Total Files

    5

    Last publish

    Collaborators

    • fengyj
    • huiyifyj
    • pengxn