{"id":27734487,"url":"https://github.com/tionlab/haxly","last_synced_at":"2026-02-19T04:30:52.178Z","repository":{"id":264613506,"uuid":"893801896","full_name":"tionlab/Haxly","owner":"tionlab","description":"Handy tool to compute/analyze hashes of files.  간편하게 파일의 해시를 계산/분석.","archived":false,"fork":false,"pushed_at":"2024-11-25T10:58:36.000Z","size":54434,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T16:03:51.115Z","etag":null,"topics":["hash","java","md5","sha-1","sha-256"],"latest_commit_sha":null,"homepage":"","language":"Java","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/tionlab.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":"2024-11-25T08:34:44.000Z","updated_at":"2025-03-12T12:44:34.000Z","dependencies_parsed_at":"2024-11-25T11:36:42.206Z","dependency_job_id":null,"html_url":"https://github.com/tionlab/Haxly","commit_stats":null,"previous_names":["tionlab/haxly"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tionlab/Haxly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tionlab%2FHaxly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tionlab%2FHaxly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tionlab%2FHaxly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tionlab%2FHaxly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tionlab","download_url":"https://codeload.github.com/tionlab/Haxly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tionlab%2FHaxly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29603028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T04:01:40.476Z","status":"ssl_error","status_checked_at":"2026-02-19T04:01:12.960Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["hash","java","md5","sha-1","sha-256"],"created_at":"2025-04-28T13:11:31.199Z","updated_at":"2026-02-19T04:30:52.162Z","avatar_url":"https://github.com/tionlab.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Haxly 🔐\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Java Version](https://img.shields.io/badge/java-23-orange)](https://openjdk.java.net/)\n[![Build Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/tionlab/Haxly)\n\n\u003e This program supports both Korean and English.\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"src\\main\\resources\\imgs\\Haxly_main.png\" alt=\"Haxly Logo\" width=\"250\"/\u003e\n    \u003cbr/\u003e\n    \u003cp\u003e간단한 방법으로 다양한 해시 알고리즘을 통해 파일을 해시화하는 소프트웨어\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch3\u003e🌏 Language\u003c/h3\u003e\n    \u003ca href=\"README.md\"\u003e한국어\u003c/a\u003e |\n    \u003ca href=\"README_en.md\"\u003eEnglish\u003c/a\u003e\n\u003c/div\u003e\n\n## ✨ 주요 기능\n\n-   🎯 다양한 해시 알고리즘\n    ```\n    - SHA-256\n    - SHA-1\n    - MD5\n    - CRC32\n    - BLAKE2B-512\n    - BLAKE2S-256\n    - WHIRLPOOL\n    - RIPEMD160\n    - TIGER\n    - SHA-512\n    ```\n-   🖱️ 직관적인 드래그 앤 드롭 인터페이스\n-   🔄 실시간 해시 비교\n\n## 🚀 시작하기\n\n### 🚩 쉽게 시작하기\n\n\u003e ⚠️ Windows 전용\n\n1. [GitHub Releases](https://github.com/tionlab/Haxly/releases)에서 최신 버전의 `HaxlySetup.exe` 다운로드\n2. 다운로드한 설치 파일 실행\n3. 설치 완료 후 다음 방법으로 실행:\n    - Haxly를 직접 실행\n    - Windows 탐색기에서 파일 우클릭 후 \"Calculate the hash\" 선택\n\n### 🛠️ 개발자 가이드\n\n#### 사전 요구사항\n\n-   Java 23\n-   Maven (빌드용)\n\n#### 설치\n\n```bash\ngit clone https://github.com/tionlab/Haxly.git\ncd Haxly\nmvn clean install\n```\n\n#### 일반 실행\n\n```bash\njava -jar Haxly.jar\n```\n\n#### 파일 지정 실행\n\n```bash\njava -jar Haxly.jar [파일경로]\n```\n\n## 📸 시연\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"docs\\1.gif\" alt=\"우클릭 실행\" width=\"400\"/\u003e\n    \u003cimg src=\"docs\\2.gif\" alt=\"드래그 앤 드롭\" width=\"400\"/\u003e\n    \u003cimg src=\"docs\\3.gif\" alt=\"직접 선택\" width=\"400\"/\u003e\n\u003c/div\u003e\n\n## 🤝 기여하기\n\n1. 저장소를 포크하세요\n2. 변경사항을 커밋하세요 (`git commit -m 'feat: Add some feature'`)\n3. main 브랜치에 푸시하세요 (`git push origin main`)\n4. Pull Request를 열어주세요\n\n직접 기여가 어려운 경우, [Issue](https://github.com/tionlab/Haxly/issues)를 통해 의견을 제시해 주세요.\n\n## 📄 라이선스\n\n이 프로젝트는 MIT 라이선스를 따릅니다.\n\u003cbr/\u003e자세한 내용은 [LICENSE](LICENSE) 파일을 참조하세요.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n    \u003cbr/\u003e\n    © 2024 Haxly\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftionlab%2Fhaxly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftionlab%2Fhaxly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftionlab%2Fhaxly/lists"}