DJB2 Hash

DJB2 is a simple non-cryptographic hash; use only for non-security purposes.
Simple non-cryptographic hash used in older examples.

About DJB2

DJB2 is a simple hash function attributed to Daniel J. Bernstein. It is not cryptographically secure and should be used only for quick, non-security tasks.

DJB2 hash online — free, no upload (FAQs)

FAQs

Is DJB2 secure?
No. It's not for security. Use SHA-256/512 for secure hashing.
Where is hashing done?
In your browser; no data is uploaded.
Why use DJB2?
It's a simple example for educational purposes and quick, non-critical hashing.

DJB2 hash FAQs

FAQs

Origin?
Popularized by Dan Bernstein; simple and effective for small keys.