v_to_md5
Version:
🔄 Generates MD5 hash value from a provided string or returns false in case of an error. Simple generator using Crypto.
39 lines (38 loc) • 872 B
JSON
{
"name": "v_to_md5",
"version": "1.0.17",
"description": "🔄 Generates MD5 hash value from a provided string or returns false in case of an error. Simple generator using Crypto.",
"main": "index.js",
"scripts": {
"test": "jest",
"prepack": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/V-core9/v-to-md5.git"
},
"keywords": [
"md5",
"hashing",
"md5 hash",
"crypto",
"security",
"password",
"password hash",
"password hash",
"v-core9"
],
"author": "slavko.vuletic92@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/V-core9/v-to-md5/issues"
},
"homepage": "https://github.com/V-core9/v-to-md5#readme",
"devDependencies": {
"faker": "^5.5.3",
"jest": "^27.3.1"
},
"dependencies": {
"v_is_empty_value": "^1.0.7"
}
}