-
Зачем words.txt?
Почему не https://github.com/davidaurelio/hashids-python?
-
### Current Behavior
When making a request to an endpoint that involves some sort of hashing (namely with the `/api/client/servers//databases?include=password` endpoint) an exception is thrown if t…
-
Hola!
Queríamos saber si es que se puede usar la librería "hashids" para encriptar los ids de la url.
Saludos!
-
Hello, do you think that for this popular obfuscation library https://hashids.org/python/ it would be possible to somehow get something working ?
The goal would be
1. Try to recover the salt based…
-
### Summary
I am trying to convert [systemd slice](https://www.freedesktop.org/software/systemd/man/latest/systemd.slice.html) names to the corresponding cgroup trees using ansible filters, which bog…
-
Hashids is there: https://cdnjs.com/libraries/hashids
Sqids should be added too
-
### Feature Use Case
This is meant for incremental `watch()` updates, but could be a lead into more granular incremental rebuilds later on.
Currently, **anything** that triggers a rebuild wi…
-
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
-
https://www.youtube.com/watch?v=tSuwe7FowzE
https://hashids.org/php/
-
The salt appears to have a maximum length after which it has no longer impacts the generated hash.
Here some examples:
```ruby
Hashids.new('a' * 41).encode(1)
=> "pn"
Hashids.new('a' * 42).enc…
hoffi updated
3 months ago