/idhasher

A python port of the JavaScript hashids implementation.

Primary LanguagePythonMIT LicenseMIT

IDHasher for Python

A python port of the JavaScript hashids implementation. It generates YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user. Website: http://www.hashids.org/

Compatibility

IDHasher is tested with python 2.6, 2.7, 3.2, 3.3 and 3.4. PyPy and PyPy 3 work as well.

New Awesome stuff are yet to come