1.0.0 • Published 1 year ago

@lifaon/md5 v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm (scoped) npm NPM npm type definitions

@lifaon/md5

function md5(input: string): string;

Performs an 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.

📦 Installation

yarn add @lifaon/md5
# or
npm install @lifaon/md5 --save
1.0.0

1 year ago