mastodon.uno è uno dei tanti server Mastodon indipendenti che puoi usare per partecipare al fediverso.
Mastodon.Uno è la principale comunità mastodon italiana. Con 77.000 iscritti è il più grande nodo Mastodon italiano: anima ambientalista a supporto della privacy e del mondo Open Source.

Statistiche del server:

6,3K
utenti attivi

#hashing

0 post0 partecipanti0 post oggi

I want to convert UTF-8 encoded strings into some sort of irreversible hash *and* maintain correct sort order (or the ability to lexically compare strings).

If I say "Order-Preserving Hashing with Prefix-Free Encoding", what do you say? 🤔

The problem I foresee (with great wisdom 👀) is dictionary attacks, thus not being actually "irreversible".

🌘 ChibiHash:小型、快速的64位雜湊函式
➤ 適合非加密需求的小型快速雜湊函式
nrk.neocities.org/articles/chi
ChibiHash是一個小巧且快速的64位雜湊函式,具有良好的品質、可攜性和不涉及加密。該函式效能優異,適合處理大量字符串,是非加密64位雜湊需求的不錯選擇。
+ 新的雜湊函式看起來相當吸引人,尤其對於處理大量資料的需求。
+ 簡潔而高效的函式設計,對於一些特定應用場景可能會很有用。
#[ c #hashing ]

nrk.neocities.orgChibiHash: Small, Fast 64 bit hash function