/TinyMD5.js

An extremely tiny pure JavaScript MD5 implementation, dedicated to running fast in embedded environments such as QuickJS

Primary LanguageJavaScriptMIT LicenseMIT

TinyMD5.js

An extremely tiny pure JavaScript MD5 implementation, dedicated to running fast in embedded environments such as QuickJS

** All codes generated by GPT-4 **

Getting Started

  1. Download tinymd5.js from this repo and copy it to your project
  2. Just to do: import md5 from './tinymd5.js' (Don't forget to change the file path)