-
Hi *,
first of all: thanks for this awesome package :).
I use django-taggit on models which have a [hash_id](https://github.com/nshafer/django-hashid-field) primary key. At first I thought that …
ephes updated
3 years ago
-
hashid doesn't appear to recognise bcrypt however I used an online tool to identify.
The sample below is from the https://tryhackme.com/r/room/dailybugle room and I was able to crack it with John (…
-
hashids-python is not compatible with macOS (10.13.6). Please let me know how to fix it!
-
Currently all ids are sequential, which could lead to potential vectors for attack. Sequential ids are indexible however, which give database performance boosts.
Implementing Hashids should give us t…
-
Avantages: plus de lisibilité
https://www.npmjs.com/package/hashids
-
https://github.com/davidaurelio/hashids-python
This enables us to decode event ID without a database hit in future
-
For some scenarios it can be useful to hide the ID's to prevent data leak, like how many users are signing up on a platform, growth data etc. And also preventing users to query other items if they kno…
-
ClientIDs in the CSV specification are just string32.
Something like `SHA1(SocialSecurityNumber + Full Last Name + Initial of First Name + Date of Birth)` where all these fields are normalized.
…
-
Hi,
So if I have this table:
``` sql
CREATE TABLE dbo.CdrHash (
Hash BINARY(16) NOT NULL PRIMARY KEY NONCLUSTERED,
StartDate DATETIME2 NOT NULL,
)
```
With the corresponding POCO:
``` C#
…
NZTSL updated
3 years ago
-
- Created an admin for my model using DraggableMPTTAdmin.
- It worked with normal id's
- when changed the id's from int to hashid object it started breaking. Following is the Stack trace :
Traceba…