🔧
scrypt 키 생성기
인코딩 및 암호화 · 무료 온라인 도구
조정 가능한 N/r/p 매개변수로 scrypt 파생 키 생성.
CoderNewbie 팀
Note: Web Crypto does not natively support scrypt. This tool uses a pure-JavaScript implementation, so large N values are slow and memory-heavy. Estimated memory: 1.0 MB.
0 문자
Configure parameters and click "Derive Key" to generate a scrypt key...RFC 7914
PBKDF2-HMAC-SHA256, Salsa20/8 코어 및 ROMix 메모리 하드 루프로 scrypt를 구현합니다.
메모리 하드
조정 가능한 N, r, p 매개변수가 GPU/ASIC 공격에 저항하기 위해 CPU 및 메모리 비용을 제어합니다.
순수 JS
브라우저에서 완전히 실행 — 네이티브 의존성이 없지만 응답성을 위해 N을 적당히 유지하세요.
scrypt 키 생성기 사용 방법
- 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.