Generates a 7 character hash for any string value. It's simple, fast. and very insecure (so please don't go hashing passwords). Loosely based on Java's String.hashCode() method.
https://gist.github.com/jlevy/c246006675becc446360a798e2b2d781
Generates a 7 character hash for any string value. It's simple, fast. and very insecure (so please don't go hashing passwords). Loosely based on Java's String.hashCode() method.