{"id":16832623,"url":"https://github.com/zswang/jmd5s","last_synced_at":"2025-03-18T02:19:20.786Z","repository":{"id":20888281,"uuid":"24175616","full_name":"zswang/jmd5s","owner":"zswang","description":"md5 函数封装","archived":false,"fork":false,"pushed_at":"2015-11-24T06:26:06.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T07:12:31.897Z","etag":null,"topics":["md5"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zswang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-18T05:49:04.000Z","updated_at":"2018-02-08T12:08:33.000Z","dependencies_parsed_at":"2022-08-29T13:30:12.494Z","dependency_job_id":null,"html_url":"https://github.com/zswang/jmd5s","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fjmd5s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fjmd5s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fjmd5s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fjmd5s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zswang","download_url":"https://codeload.github.com/zswang/jmd5s/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141479,"owners_count":20404837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["md5"],"created_at":"2024-10-13T11:49:47.546Z","updated_at":"2025-03-18T02:19:20.750Z","avatar_url":"https://github.com/zswang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jmd5s(*5)\n======\n\n[![Build Status](https://img.shields.io/travis/zswang/jmd5s/master.svg)](https://travis-ci.org/zswang/jmd5s)\n[![NPM version](https://img.shields.io/npm/v/jmd5s.svg)](http://badge.fury.io/js/jmd5s)\n\n## 概述 「Overview」\n\njmd5s 是 md5 函数的封装，主要是为方便用 bower 管理\n\n## API\n\n```js\n/**\n * 进行 md5 编码\n * \n * @param {string} str 需要编码的字符串\n * @return {string} 返回对应的 MD5 十六进制字符串\n */\nfunction encode(str) { }\n```\n## 示例 「Examples」\n\n```js\nvar password = prompt(\"input password\"); // foo\nif (jmd5s.encode(password) === 'acbd18db4cc2f85cedef654fccc4a4d8') {\n  alert('Login successful.');\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fjmd5s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzswang%2Fjmd5s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fjmd5s/lists"}