@xstd/md5
v1.0.0
Published
md5 function
Downloads
25
Readme
@xstd/md5
An md5 function in javascript.
📦 Installation
yarn add @xstd/md5
# or
npm install @xstd/md5 --saveAPI
function md5(input: string): string;Performs a md5 hash on a string. The result is a 32 characters length lowercase hexadecimal string.
md5 is considered weak and should be used only for compatibility with old devices or protocols.
