SHA384 Hash
Generate 384-bit SHA384 hash from text
About SHA384 Hash
SHA-384 (Secure Hash Algorithm 384-bit) is part of the SHA-2 family and produces a 384-bit (96 hexadecimal characters) hash value. It offers higher security than SHA-256.
Output length: 96 characters (384 bits)
Use cases: High-security applications, government systems, enterprise security
Security note: Very secure, suitable for high-security requirements
Hash Properties
Deterministic: Same input always produces same output
Fixed Length: Output size is always constant
One-way: Cannot reverse hash to get original input
Avalanche Effect: Small input change = big hash change
Fast Computation: Quick to calculate
Collision Resistant: Hard to find two inputs with same hash
Security Notice
- • Hashes are not encryption - they cannot be reversed
- • For password storage, use proper password hashing functions (bcrypt, scrypt, Argon2)
- • Always use salt when hashing passwords or sensitive data
- • MD5 and SHA-1 are not recommended for security-critical applications
- • All processing is done locally - no data is sent to our servers