mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-28 06:21:08 +00:00
add hashids
under Cryptography Section
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/
This commit is contained in:
parent
2a9c9ae594
commit
48c4f34ed2
|
@ -679,6 +679,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [PyCrypto](https://www.dlitz.net/software/pycrypto/) - The Python Cryptography Toolkit.
|
* [PyCrypto](https://www.dlitz.net/software/pycrypto/) - The Python Cryptography Toolkit.
|
||||||
* [Paramiko](http://www.paramiko.org/) - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.
|
* [Paramiko](http://www.paramiko.org/) - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.
|
||||||
* [cryptography](https://cryptography.io/) - A package designed to expose cryptographic primitives and recipes to Python developers.
|
* [cryptography](https://cryptography.io/) - A package designed to expose cryptographic primitives and recipes to Python developers.
|
||||||
|
* [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python.
|
||||||
|
|
||||||
## GUI
|
## GUI
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user