hashids is 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. WWW: https://github.com/davidaurelio/hashids-python
6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
hashids is 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.
|
|
|
|
WWW: https://github.com/davidaurelio/hashids-python
|