From 48c4f34ed2e8163814a5cbd2fb657ab6bf06d211 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Sat, 2 Aug 2014 09:40:44 +0530 Subject: [PATCH] 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/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d80ef6e..caa28b3e 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python. ## GUI