Consensus Algorithm Security
합의 알고리즘 보안
Simulate 51% attacks and explore consensus algorithm security mechanisms.
51% 공격을 시뮬레이션하고 합의 알고리즘 보안 메커니즘을 탐색합니다.
51% Attack Simulation
51% 공격 시뮬레이션
Consensus Mechanisms
합의 메커니즘
PoW (Proof of Work)
Security:
보안성:
High
Energy:
에너지:
Very High
51% Attack Cost:
51% 공격 비용:
$$$$
PoS (Proof of Stake)
Security:
보안성:
High
Energy:
에너지:
Low
51% Attack Cost:
51% 공격 비용:
$$$
DPoS (Delegated PoS)
Security:
보안성:
Medium-High
Energy:
에너지:
Very Low
Throughput:
처리량:
Very High
Smart Contract Security Audit
스마트 컨트랙트 보안 감사
Analyze smart contracts for common vulnerabilities like reentrancy, overflow, and access control issues.
재진입, 오버플로우, 접근 제어 문제와 같은 일반적인 취약점에 대한 스마트 컨트랙트를 분석합니다.
Reentrancy Vulnerability Detector
재진입 취약점 탐지기
Common Vulnerabilities
일반적인 취약점
🔴 Reentrancy
🔴 재진입
External calls before state updates allow recursive calls
상태 업데이트 전 외부 호출이 재귀 호출을 허용
Severity:
심각도:
CRITICAL
🟡 Overflow/Underflow
🟡 오버플로우/언더플로우
Integer arithmetic operations can wrap around
정수 산술 연산이 순환될 수 있음
Severity:
심각도:
HIGH
🟠 Access Control
🟠 접근 제어
Missing or improper access restrictions
누락되거나 부적절한 접근 제한
Severity:
심각도:
HIGH
Wallet Security & Key Management
지갑 보안 및 키 관리
Explore wallet types, private key management, and security best practices.
지갑 유형, 개인 키 관리 및 보안 모범 사례를 탐색합니다.
Generate HD Wallet
HD 지갑 생성
Multi-Signature Wallet
다중 서명 지갑
Wallet Types Comparison
지갑 유형 비교
🧊 Cold Wallet
🧊 콜드 지갑
Security:
보안성:
Very High
Convenience:
편의성:
Low
Use Case:
사용 사례:
Long-term storage
🔥 Hot Wallet
🔥 핫 지갑
Security:
보안성:
Medium
Convenience:
편의성:
High
Use Case:
사용 사례:
Daily transactions
🔐 Hardware Wallet
🔐 하드웨어 지갑
Security:
보안성:
Very High
Convenience:
편의성:
Medium
Use Case:
사용 사례:
Secure storage
Blockchain Certificates & Verification
블록체인 인증서 및 검증
Create and verify blockchain-based security certificates.
블록체인 기반 보안 인증서를 생성하고 검증합니다.
Generate Security Certificate
보안 인증서 생성
Verify Certificate
인증서 검증
Certificate Standards
인증서 표준
WIA-SEC-006-A
Smart Contract Security Audit
스마트 컨트랙트 보안 감사
Coverage:
범위:
Reentrancy, Overflow
WIA-SEC-006-B
Wallet Security Certification
지갑 보안 인증
Coverage:
범위:
Key Management, HSM
WIA-SEC-006-C
Consensus Security Validation
합의 보안 검증
Coverage:
범위:
51% Protection