9
con il pacchetto hashids, posso ottenere hash (e codificare y decodifica) dai numeriottenere hash da stringhe, come hashids
var Hashids = require("hashids"),
hashids = new Hashids("this is my salt", 8);
var id = hashids.encode(1);
esiste qualche pacchetto simile per ottenere hash da stringa? (con codifica/decodifica)
Buffer? Dove posso trovarlo? Grazie! – Eusthace
https://nodejs.org/api/buffer.html –
Lato client? Browser ... :) – Eusthace