Skip to content
/ md5 Public

πŸ”“ A lightweight MD5 library, convert string to MD5 hash.

License

Notifications You must be signed in to change notification settings

xn-02f/md5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0309e80 Β· Jan 20, 2025

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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



Β© 2025   |   xn-02f