🔧
Argon2 해시 생성기
인코딩 및 암호화 · 무료 온라인 도구
메모리 및 시간 비용으로 Argon2id/2d/2i 해시 생성.
CoderNewbie 팀
Browsers do not natively support Argon2 (it needs BLAKE2b + a memory-hard loop, usually delivered via WebAssembly such as
hash-wasm or argon2-browser). This tool computes a PBKDF2-HMAC-SHA256 fallback using the same password/salt and a cost derived from your time-cost setting, so it is not a real Argon2 digest. Use it to explore parameters; for production Argon2, run a WASM build or a server-side library.0 문자
Configure Argon2 parameters and click "Derive Key" to compute the PBKDF2 fallback...PHC 우승자
Argon2(argon2id 권장)는 비밀번호 저장을 위한 Password Hashing Competition의 우승자입니다.
메모리 및 시간 비용
t(패스), m(메모리 KB), p(레인)를 조정하여 CPU 및 RAM 강도를 설정합니다.
WASM 필요
실제 Argon2는 WASM 빌드(hash-wasm)가 필요합니다. 이 도구는 브라우저 내 폴백으로 PBKDF2를 제공합니다.
Argon2 해시 생성기 사용 방법
- 1Enter or paste your data into the input field.
- 2Select the desired encoding, hashing, or encryption options.
- 3Click the action button to process your data.
- 4Copy the result from the output field.
주요 기능
- ✓100% 무료 — 가입, 구독, 광고 없음
- ✓브라우저에서만 실행 — 데이터는 기기를 떠나지 않습니다
- ✓빠르고 가벼움 — 즉시 결과 확인
- ✓크로스 플랫폼 — 데스크톱, 태블릿, 모바일 지원
자주 묻는 질문
Is my data safe?
Yes. All encoding, hashing, and encryption operations run entirely in your browser. Your data is never sent to any server.
Can I use this for passwords?
We recommend using the Password Generator for creating secure passwords, and Bcrypt Hash for storing password hashes. Never store plain-text passwords.
What hash algorithms are supported?
The Hash Generator supports MD5, SHA-1, SHA-256, and SHA-512. For HMAC signatures, use the HMAC Generator.