https://github.com/tionlab/haxly
Handy tool to compute/analyze hashes of files. 간편하게 파일의 해시를 계산/분석.
https://github.com/tionlab/haxly
hash java md5 sha-1 sha-256
Last synced: 4 months ago
JSON representation
Handy tool to compute/analyze hashes of files. 간편하게 파일의 해시를 계산/분석.
- Host: GitHub
- URL: https://github.com/tionlab/haxly
- Owner: tionlab
- License: mit
- Created: 2024-11-25T08:34:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T10:58:36.000Z (11 months ago)
- Last Synced: 2025-04-28T13:11:35.159Z (5 months ago)
- Topics: hash, java, md5, sha-1, sha-256
- Language: Java
- Homepage:
- Size: 51.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haxly 🔐
[](LICENSE)
[](https://openjdk.java.net/)
[](https://github.com/tionlab/Haxly)> This program supports both Korean and English.
![]()
간단한 방법으로 다양한 해시 알고리즘을 통해 파일을 해시화하는 소프트웨어
## ✨ 주요 기능
- 🎯 다양한 해시 알고리즘
```
- SHA-256
- SHA-1
- MD5
- CRC32
- BLAKE2B-512
- BLAKE2S-256
- WHIRLPOOL
- RIPEMD160
- TIGER
- SHA-512
```
- 🖱️ 직관적인 드래그 앤 드롭 인터페이스
- 🔄 실시간 해시 비교## 🚀 시작하기
### 🚩 쉽게 시작하기
> ⚠️ Windows 전용
1. [GitHub Releases](https://github.com/tionlab/Haxly/releases)에서 최신 버전의 `HaxlySetup.exe` 다운로드
2. 다운로드한 설치 파일 실행
3. 설치 완료 후 다음 방법으로 실행:
- Haxly를 직접 실행
- Windows 탐색기에서 파일 우클릭 후 "Calculate the hash" 선택### 🛠️ 개발자 가이드
#### 사전 요구사항
- Java 23
- Maven (빌드용)#### 설치
```bash
git clone https://github.com/tionlab/Haxly.git
cd Haxly
mvn clean install
```#### 일반 실행
```bash
java -jar Haxly.jar
```#### 파일 지정 실행
```bash
java -jar Haxly.jar [파일경로]
```## 📸 시연
![]()
![]()
![]()
## 🤝 기여하기
1. 저장소를 포크하세요
2. 변경사항을 커밋하세요 (`git commit -m 'feat: Add some feature'`)
3. main 브랜치에 푸시하세요 (`git push origin main`)
4. Pull Request를 열어주세요직접 기여가 어려운 경우, [Issue](https://github.com/tionlab/Haxly/issues)를 통해 의견을 제시해 주세요.
## 📄 라이선스
이 프로젝트는 MIT 라이선스를 따릅니다.
자세한 내용은 [LICENSE](LICENSE) 파일을 참조하세요.---
© 2024 Haxly