{"id":18331010,"url":"https://github.com/retorillo/md5.vim","last_synced_at":"2025-06-26T00:05:21.595Z","repository":{"id":143799298,"uuid":"82932009","full_name":"retorillo/md5.vim","owner":"retorillo","description":"MD5 written only in Vim Script. Works on non-python(-python) and non-ruby(-ruby) environments.","archived":false,"fork":false,"pushed_at":"2017-02-23T13:54:34.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T18:54:09.337Z","etag":null,"topics":["md5","rfc-1321","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/retorillo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-23T13:54:13.000Z","updated_at":"2019-09-15T14:10:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7a7de45-ea92-475f-be2c-91b59cc5ee57","html_url":"https://github.com/retorillo/md5.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/retorillo/md5.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retorillo%2Fmd5.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retorillo%2Fmd5.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retorillo%2Fmd5.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retorillo%2Fmd5.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retorillo","download_url":"https://codeload.github.com/retorillo/md5.vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retorillo%2Fmd5.vim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261973727,"owners_count":23238586,"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","rfc-1321","vim"],"created_at":"2024-11-05T19:27:40.857Z","updated_at":"2025-06-26T00:05:21.434Z","avatar_url":"https://github.com/retorillo.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# md5.vim\n\nRFC 1321 MD5 implementation written only in Vim Script.\nWorks on non-python(`-python`) and non-ruby(`-ruby`) environments.\n\nDistributed as a joke/experimental plugin because of awful slowness.\n\nGenerally, python, ruby, or md5sum are good to accomplish this.\n\nTested on Vim 8.0(`+num64`) and 7.4(`-num64`)\nOn `+num64` environment, calculation speed may be a bit better.\n\n## Install\n\n```bash\n# Use pathogen\n# Or, copy the content of this repository into your vim runtime path.\ngit clone https://github.com/retorillo/md5.vim.git ~/.vim/bundle/md5.vim\n\n# Or manually load script without installation\ngit clone https://github.com/retorillo/md5.vim.git ~/md5.vim\nvim -c 'source ~/md5.vim/plugin/md5.vim | source ~/md5.vim/plugin/md5_script.vim'\n```\n\n## Usage\n\n```viml\n:MD5Line \" Calculate MD5 hash for current line\n:MD5String foobar \" Calculate MD5 hash for string\n:MD5File filename \" Calculate MD5 hash for file\n:MD5Test \" Run testsuite specified in RFC 1321\n```\n\nNote that `MDFile` may be a long running script in case of large file.\nWhen cannot wait, press CTRL + C to stop script.\n\n## License\n\nThe MIT License\n\nCopyright (C) 2017 Retorillo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretorillo%2Fmd5.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretorillo%2Fmd5.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretorillo%2Fmd5.vim/lists"}