1.0.0 • Published 3 years ago
@lifaon/md5 v1.0.0
@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 --save1.0.0
3 years ago