Top "Hashids" questions

Fast hash for strings

I have a set of ASCII strings, let's say they are file paths. They could be both short and quite …

python bash algorithm hash hashids
MarshalJSON error , invalid character "g" after top-level

I made a custom type for my IDs: type ID uint func (id ID) MarshalJSON() ([]byte, error) { e, _ := HashIDs.Encode([]…

json go marshalling hashids
get hash from strings, like hashids

Using the package hashids, I can obtain hashes (with encode and decode) from numbers. var Hashids = require("hashids"), hashids = new …

node.js hash hashids
Use Hashids library to hash ids on Laravel eloquent collection

I'm grabbing a set of tasks from a database as an eloquent collection, then I'm sending the collection to my …

php laravel laravel-5 hashids