{"id":28545115,"url":"https://github.com/backendArchitect/gomd5hash","last_synced_at":"2025-07-07T02:30:33.595Z","repository":{"id":57712829,"uuid":"514628787","full_name":"backendArchitect/gomd5hash","owner":"backendArchitect","description":"Hash generator / Creator in MD5 || Golang || Backend ","archived":false,"fork":false,"pushed_at":"2025-01-07T11:18:57.000Z","size":21,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T23:06:39.923Z","etag":null,"topics":["generator","go","golang","golang-examples","hash","hash-generator","hashing","md5","md5-hash","md5sum"],"latest_commit_sha":null,"homepage":"","language":"Go","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/backendArchitect.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":"2022-07-16T16:23:04.000Z","updated_at":"2025-01-07T11:19:01.000Z","dependencies_parsed_at":"2025-01-07T12:26:19.965Z","dependency_job_id":"888e82c8-4db1-406e-b8e9-d5d19ab2cf59","html_url":"https://github.com/backendArchitect/gomd5hash","commit_stats":null,"previous_names":["codesnail21/gomd5hash","backendarchitect/gomd5hash","codeartisanry/gomd5hash"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/backendArchitect/gomd5hash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backendArchitect%2Fgomd5hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backendArchitect%2Fgomd5hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backendArchitect%2Fgomd5hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backendArchitect%2Fgomd5hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backendArchitect","download_url":"https://codeload.github.com/backendArchitect/gomd5hash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backendArchitect%2Fgomd5hash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264001789,"owners_count":23542322,"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":["generator","go","golang","golang-examples","hash","hash-generator","hashing","md5","md5-hash","md5sum"],"created_at":"2025-06-09T23:06:37.158Z","updated_at":"2025-07-07T02:30:33.588Z","avatar_url":"https://github.com/backendArchitect.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# md5-Hash \ngomd5hash is a simple Golang package designed to make it easy to create MD5 hashes. It provides a straightforward function to generate MD5 hashes for any given input text.\n\n### Installation\nTo use gomd5hash, you need to have Golang installed on your machine. You can install the package using the following go get command:\n```\ngo get github.com/backendArchitech/gomd5hash\n```\n\n### Usage\nImport the package in your Golang code:\n```\nimport (\n    \"fmt\"\n    \"github.com/backendArchitech/gomd5hash\"\n)\n```\n\n---\n\nTo create an MD5 hash, use the CreateMd5Hash function:\n```\ntext := \"Hello, gomd5hash!\"\nhash := gomd5hash.CreateMd5Hash(text)\nfmt.Println(\"MD5 Hash:\", hash)\n```\n\n---\n### Example\nHere is a simple example demonstrating how to use gomd5hash:\n\n```\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/yourusername/gomd5hash\"\n)\n\nfunc main() {\n\ttext := \"Hello, gomd5hash!\"\n\thash := gomd5hash.CreateMd5Hash(text)\n\tfmt.Println(\"Input Text:\", text)\n\tfmt.Println(\"MD5 Hash:\", hash)\n}\n```\nOutput:\n\n```\nInput Text: Hello, gomd5hash!\nMD5 Hash: 79054025255fb1a26e4bc422aef54eb4\n```\n\n### Contributing\nIf you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request. Contributions are welcome!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FbackendArchitect%2Fgomd5hash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FbackendArchitect%2Fgomd5hash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FbackendArchitect%2Fgomd5hash/lists"}